2020-02-11 15:38:28 +01:00
|
|
|
{
|
|
|
|
"test": {
|
|
|
|
"username": "postgres",
|
|
|
|
"password": "postgres",
|
|
|
|
"database": "test",
|
|
|
|
"host": "sequelize-middleware-db",
|
|
|
|
"dialect": "postgres",
|
|
|
|
"seederStorage": "sequelize"
|
2020-02-11 19:22:29 +01:00
|
|
|
},
|
|
|
|
"ci": {
|
|
|
|
"username": "postgres",
|
|
|
|
"password": "",
|
|
|
|
"database": "postgres",
|
|
|
|
"host": "postgres",
|
|
|
|
"dialect": "postgres",
|
|
|
|
"seederStorage": "sequelize"
|
2020-02-11 15:38:28 +01:00
|
|
|
}
|
|
|
|
}
|