sequelize-middleware/config/config.json
2020-02-11 19:49:23 +01:00

18 lines
381 B
JSON

{
"test": {
"username": "postgres",
"password": "postgres",
"database": "test",
"host": "sequelize-middleware-db",
"dialect": "postgres",
"seederStorage": "sequelize"
},
"ci": {
"username": "postgres",
"password": "postgres",
"database": "postgres",
"host": "postgres",
"dialect": "postgres",
"seederStorage": "sequelize"
}
}