24 lines
503 B
JSON
24 lines
503 B
JSON
{
|
|
"development": {
|
|
"username": "postgres",
|
|
"password": "password",
|
|
"database": "registeredUsers",
|
|
"host": "localhost",
|
|
"dialect": "postgres"
|
|
},
|
|
"test": {
|
|
"username": "postgres",
|
|
"password": "password",
|
|
"database": "registeredUsers_test",
|
|
"host": "localhost",
|
|
"dialect": "postgres"
|
|
},
|
|
"production": {
|
|
"username": "postgres",
|
|
"password": "password",
|
|
"database": "registeredUsers_prod",
|
|
"host": "localhost",
|
|
"dialect": "postgres"
|
|
}
|
|
}
|