{ "dev": { "driver": "pg", "host": "localhost", "port": 5432, "database": "authentication", "user": "admin", "password": "admin" }, "test": { "driver": "pg", "host": "localhost", "port": 5432, "database": "authentication_test", "user": "admin", "password": "admin" } }