From 980504b7969fc77be0334e3b7730c31b1b3063d9 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 4 Aug 2024 21:41:30 +0200 Subject: Removed tests which are no longer relevant MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bin/examples/database.json | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 bin/examples/database.json (limited to 'bin/examples') 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" - } -} -- cgit v1.2.3