aboutsummaryrefslogtreecommitdiff
path: root/bin/examples
diff options
context:
space:
mode:
Diffstat (limited to 'bin/examples')
-rw-r--r--bin/examples/database.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/bin/examples/database.json b/bin/examples/database.json
new file mode 100644
index 0000000..b58e56f
--- /dev/null
+++ b/bin/examples/database.json
@@ -0,0 +1,27 @@
+{
+ "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"
+ }
+}