{
  "name": "api-gateway",
  "version": "3.1.0",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "N85gNs1a1jpo2ZOQlWAL"
  },
  "jwt_secret": "jV+6dUc2CN3m6IFOo89hpG2pRWVluIEs",
  "api_keys": {
    "stripe": "sk_live_WfB1MXmRQfUn9UD4vibjc8VS",
    "sendgrid": "SG.Z9r228iZUxAiYnSLW3T4tw",
    "twilio_sid": "ACd482d2a536af6122ef61c675bc195dcf"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}