27 lines
557 B
JSON
27 lines
557 B
JSON
{
|
|
"development": {
|
|
"username": "postgres",
|
|
"password": "",
|
|
"database": "node_api_template_development",
|
|
"host": "127.0.0.1",
|
|
"port": 5432,
|
|
"dialect": "postgres"
|
|
},
|
|
"test": {
|
|
"username": "postgres",
|
|
"password": "",
|
|
"database": "node_api_template_test",
|
|
"host": "127.0.0.1",
|
|
"port": 5432,
|
|
"dialect": "postgres"
|
|
},
|
|
"production": {
|
|
"username": "postgres",
|
|
"password": "",
|
|
"database": "node_api_template_production",
|
|
"host": "127.0.0.1",
|
|
"port": 5432,
|
|
"dialect": "postgres"
|
|
}
|
|
}
|