aboutsummaryrefslogtreecommitdiff
path: root/bin/examples/database.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/examples/database.json')
-rw-r--r--bin/examples/database.json27
1 files changed, 0 insertions, 27 deletions
diff --git a/bin/examples/database.json b/bin/examples/database.json
deleted file mode 100644
index b58e56f..0000000
--- a/bin/examples/database.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "production": {
- "dbname": "productiondb",
- "host": "localhost",
- "user": "mssola",
- "password": "1234"
- },
- "development": {
- "dbname": "devdb",
- "host": "localhost",
- "user": "mssola",
- "password": "1234",
- "sslmode": "disable"
- },
- "staging": {
- "dbname": "stagingdb",
- "host": "localhost",
- "user": "mssola",
- "password": "1234"
- },
- "test": {
- "dbname": "testdb",
- "host": "localhost",
- "user": "mssola",
- "password": "1234"
- }
-}