app-config.production.json
{
"app_name": "core-api-service",
"version": "2.4.1",
"environment": "production",
"features": {
"rate_limiting": true,
"cache_ttl_ms": 3600000,
"debug_mode": false,
"max_connections": 500
},
"database": {
"host": "db-primary.cluster-us-east-1.rds.amazonaws.com",
"port": 5432,
"pool_size": 25
}
}