diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-08-04 21:41:30 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-08-04 21:41:30 +0200 |
| commit | 980504b7969fc77be0334e3b7730c31b1b3063d9 (patch) | |
| tree | 9d2f30132edcb84403bdd7d60f5dcf23fc22a6a9 /bin/examples/database.json | |
| parent | 126dfe2e2ce38711551adeab0e8f231cfc4c98e4 (diff) | |
| download | dotfiles-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.json | 27 |
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" - } -} |
