24 lines
457 B
JSON
24 lines
457 B
JSON
{
|
|
"development": {
|
|
"username": "test",
|
|
"password": "test123!",
|
|
"database": "bullpen",
|
|
"host": "127.0.0.1",
|
|
"dialect": "postgres"
|
|
},
|
|
"test": {
|
|
"username": "test",
|
|
"password": "test123!",
|
|
"database": "bullpen",
|
|
"host": "127.0.0.1",
|
|
"dialect": "postgres"
|
|
},
|
|
"production": {
|
|
"username": "test",
|
|
"password": "test123!",
|
|
"database": "bullpen",
|
|
"host": "127.0.0.1",
|
|
"dialect": "postgres"
|
|
}
|
|
}
|