config.json
1 {
2 "app_name": "core-api",
3 "version": "2.4.1",
4 "environment": "production",
5 "database": {
6 "host": "db.prod.appconfig.json",
7 "port": 5432,
8 "pool_size": 25,
9 "ssl": true
10 },
11 "features": {
12 "enable_cache": true,
13 "rate_limit": 1000,
14 "max_retries": 3
15 }
16 }