sequelize-middleware/config/config.json
2020-02-18 13:38:40 +01:00

19 lines
387 B
JSON

{
"test": {
"username": "postgres",
"password": "postgres",
"database": "test",
"host": "127.0.0.1",
"port": "5666",
"dialect": "postgres",
"seederStorage": "sequelize"
},
"ci": {
"username": "postgres",
"password": "postgres",
"database": "postgres",
"host": "postgres",
"dialect": "postgres",
"seederStorage": "sequelize"
}
}