|
@@ -1,20 +1,26 @@
|
|
|
{
|
|
{
|
|
|
"development": {
|
|
"development": {
|
|
|
- "username": "market_user",
|
|
|
|
|
- "password": "market_password",
|
|
|
|
|
- "database": "market_data",
|
|
|
|
|
|
|
+ "username": "postgres",
|
|
|
|
|
+ "password": "mqldev@123",
|
|
|
|
|
+ "database": "financial_data",
|
|
|
"host": "127.0.0.1",
|
|
"host": "127.0.0.1",
|
|
|
|
|
+ "port": 5432,
|
|
|
"dialect": "postgres"
|
|
"dialect": "postgres"
|
|
|
},
|
|
},
|
|
|
"test": {
|
|
"test": {
|
|
|
- "username": "market_user",
|
|
|
|
|
- "password": "market_password",
|
|
|
|
|
- "database": "market_data",
|
|
|
|
|
|
|
+ "username": "postgres",
|
|
|
|
|
+ "password": "mqldev@123",
|
|
|
|
|
+ "database": "financial_data",
|
|
|
"host": "127.0.0.1",
|
|
"host": "127.0.0.1",
|
|
|
|
|
+ "port": 5432,
|
|
|
"dialect": "postgres"
|
|
"dialect": "postgres"
|
|
|
},
|
|
},
|
|
|
"production": {
|
|
"production": {
|
|
|
- "use_env_variable": "DATABASE_URL",
|
|
|
|
|
|
|
+ "username": "postgres",
|
|
|
|
|
+ "password": "mqldev@123",
|
|
|
|
|
+ "database": "financial_data",
|
|
|
|
|
+ "host": "127.0.0.1",
|
|
|
|
|
+ "port": 5432,
|
|
|
"dialect": "postgres"
|
|
"dialect": "postgres"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|