{
  "name": "api-gateway",
  "version": "3.1.7",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "mQYPXptoVePJTRAgRhER"
  },
  "jwt_secret": "2Y18HOLh8uPPN8apkccGPIZ22Hu42qAx",
  "api_keys": {
    "stripe": "sk_live_aZQUPiDYUHSEFtnlKsJ9QiZl",
    "sendgrid": "SG.Q7MAt0eqov30Wz61ABeYd9",
    "twilio_sid": "ACc4cd6af367ea27e42e460cd72a294d49"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}