| 123456789101112131415161718192021222324252627 |
- {
- "development": {
- "username": "postgres",
- "password": "mqldev@123",
- "database": "financial_data",
- "host": "127.0.0.1",
- "port": 5432,
- "dialect": "postgres"
- },
- "test": {
- "username": "postgres",
- "password": "mqldev@123",
- "database": "financial_data",
- "host": "127.0.0.1",
- "port": 5432,
- "dialect": "postgres"
- },
- "production": {
- "username": "postgres",
- "password": "mqldev@123",
- "database": "financial_data",
- "host": "127.0.0.1",
- "port": 5432,
- "dialect": "postgres"
- }
- }
|