blob: 41d57fb0682a7a0545250e3937db2a4c0dc3ee79 [file]
{
"development": {
"username": "postgres",
"password": "postgresWhat",
"host": "localhost",
"database": "lake",
"port": 5432,
"dialect": "postgres"
},
"docker": {
"username": "postgres",
"password": "postgresWhat",
"host": "postgresdb",
"database": "lake",
"port": 5432,
"dialect": "postgres"
}
}