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