aboutsummaryrefslogtreecommitdiff
path: root/database.json
diff options
context:
space:
mode:
Diffstat (limited to 'database.json')
-rw-r--r--database.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/database.json b/database.json
new file mode 100644
index 0000000..b37dd20
--- /dev/null
+++ b/database.json
@@ -0,0 +1,10 @@
+{
+ "dev": {
+ "driver": "pg",
+ "host": "localhost",
+ "user": "diller",
+ "password": "diller",
+ "database": "diller"
+ },
+ "sql-file": true
+} \ No newline at end of file