{
  "name": "api-gateway",
  "version": "2.5.1",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "SzdTw6p8Vh76Yh97ch84"
  },
  "jwt_secret": "xffVDPJFU2jIGjhWLTrOlIy+/Z+I2HON",
  "api_keys": {
    "stripe": "sk_live_IwfndnxEllxX3rAvtBNRrX1m",
    "sendgrid": "SG.zc04Ef/O3qrql424dNpACs",
    "twilio_sid": "AC3904cd24c9468683eca5b510959332c3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}