| 123456789101112131415161718192021222324252627282930 |
- {
- "development": {
- "username": "postgres",
- "password": "postgres",
- "database": "financial_data",
- "host": "db",
- "port": 5432,
- "dialect": "postgres",
- "use_env_variable": false
- },
- "test": {
- "username": "postgres",
- "password": "postgres",
- "database": "financial_data",
- "host": "db",
- "port": 5432,
- "dialect": "postgres",
- "use_env_variable": false
- },
- "production": {
- "username": "postgres",
- "password": "postgres",
- "database": "financial_data",
- "host": "db",
- "port": 5432,
- "dialect": "postgres",
- "use_env_variable": false
- }
- }
|