sequelize-middleware/config/config.json

19 lines
387 B
JSON
Raw Normal View History

{
"test": {
"username": "postgres",
"password": "postgres",
"database": "test",
2020-02-18 13:38:40 +01:00
"host": "127.0.0.1",
"port": "5666",
"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"
}
}