2020-02-11 15:38:28 +01:00
|
|
|
{
|
|
|
|
"test": {
|
|
|
|
"username": "postgres",
|
|
|
|
"password": "postgres",
|
|
|
|
"database": "test",
|
2020-02-18 13:38:40 +01:00
|
|
|
"host": "127.0.0.1",
|
|
|
|
"port": "5666",
|
2020-02-11 15:38:28 +01:00
|
|
|
"dialect": "postgres",
|
|
|
|
"seederStorage": "sequelize"
|
2020-02-11 19:22:29 +01:00
|
|
|
},
|
|
|
|
"ci": {
|
|
|
|
"username": "postgres",
|
2020-02-11 19:49:23 +01:00
|
|
|
"password": "postgres",
|
2020-02-11 19:22:29 +01:00
|
|
|
"database": "postgres",
|
|
|
|
"host": "postgres",
|
|
|
|
"dialect": "postgres",
|
|
|
|
"seederStorage": "sequelize"
|
2020-02-11 15:38:28 +01:00
|
|
|
}
|
|
|
|
}
|