You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
465 B
24 lines
465 B
4 years ago
|
{
|
||
|
"development": {
|
||
|
"username": "postgres",
|
||
|
"password": "shoaib",
|
||
|
"database": "word_db",
|
||
|
"host": "127.0.0.1",
|
||
|
"dialect": "postgres"
|
||
|
},
|
||
|
"test": {
|
||
|
"username": "root",
|
||
|
"password": null,
|
||
|
"database": "database_test",
|
||
|
"host": "127.0.0.1",
|
||
|
"dialect": "postgres"
|
||
|
},
|
||
|
"production": {
|
||
|
"username": "root",
|
||
|
"password": null,
|
||
|
"database": "database_production",
|
||
|
"host": "127.0.0.1",
|
||
|
"dialect": "postgres"
|
||
|
}
|
||
|
}
|