19 lines
No EOL
387 B
JSON
19 lines
No EOL
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"
|
|
}
|
|
} |