aboutsummaryrefslogtreecommitdiff
path: root/bot/src/db/config/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/db/config/config.json')
-rw-r--r--bot/src/db/config/config.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/bot/src/db/config/config.json b/bot/src/db/config/config.json
new file mode 100644
index 0000000..6efe0e6
--- /dev/null
+++ b/bot/src/db/config/config.json
@@ -0,0 +1,20 @@
+{
+ "development": {
+ "host": "localhost",
+ "dialect": "sqlite",
+ "logging": false,
+ "storage": "database.db"
+ },
+ "test": {
+ "host": "localhost",
+ "dialect": "sqlite",
+ "logging": false,
+ "storage": "database.db"
+ },
+ "production": {
+ "host": "localhost",
+ "dialect": "sqlite",
+ "logging": false,
+ "storage": "database.db"
+ }
+}