26 lines
576 B
JSON
26 lines
576 B
JSON
{
|
|
"development": {
|
|
"username": "postgres",
|
|
"password": "postgres",
|
|
"database": "maxun",
|
|
"host": "localhost",
|
|
"port": 5432,
|
|
"dialect": "postgres"
|
|
},
|
|
"test": {
|
|
"username": "postgres",
|
|
"password": "postgres",
|
|
"database": "maxun_test",
|
|
"host": "localhost",
|
|
"port": 5432,
|
|
"dialect": "postgres"
|
|
},
|
|
"production": {
|
|
"username": "postgres",
|
|
"password": "postgres",
|
|
"database": "maxun_prod",
|
|
"host": "localhost",
|
|
"port": 5432,
|
|
"dialect": "postgres"
|
|
}
|
|
} |