18 lines
No EOL
381 B
JSON
18 lines
No EOL
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"
|
|
}
|
|
} |