10 lines
198 B
JSON
10 lines
198 B
JSON
|
{
|
||
|
"test": {
|
||
|
"username": "postgres",
|
||
|
"password": "postgres",
|
||
|
"database": "test",
|
||
|
"host": "sequelize-middleware-db",
|
||
|
"dialect": "postgres",
|
||
|
"seederStorage": "sequelize"
|
||
|
}
|
||
|
}
|