{ "development": { "username": "test", "password": "test123!", "database": "bullpen", "host": "127.0.0.1", "dialect": "postgres" }, "test": { "username": "test", "password": "test123!", "database": "bullpen", "host": "127.0.0.1", "dialect": "postgres" }, "production": { "username": "test", "password": "test123!", "database": "bullpen", "host": "127.0.0.1", "dialect": "postgres" } }