sequelize-middleware/config/config.json
2020-02-11 19:22:29 +01:00

18 lines
373 B
JSON

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