aboutsummaryrefslogtreecommitdiff
path: root/bin/examples/database.json
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-08-04 21:41:30 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-08-04 21:41:30 +0200
commit980504b7969fc77be0334e3b7730c31b1b3063d9 (patch)
tree9d2f30132edcb84403bdd7d60f5dcf23fc22a6a9 /bin/examples/database.json
parent126dfe2e2ce38711551adeab0e8f231cfc4c98e4 (diff)
downloaddotfiles-980504b7969fc77be0334e3b7730c31b1b3063d9.tar.gz
dotfiles-980504b7969fc77be0334e3b7730c31b1b3063d9.zip
Removed tests which are no longer relevant
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
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"
- }
-}