{
  "name": "api-gateway",
  "version": "1.5.2",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "CRhPpkhp2aXuAD38AeOG"
  },
  "jwt_secret": "GcaGht9MiLmMSCra1buS+hRY7QN0r7sI",
  "api_keys": {
    "stripe": "sk_live_DEkKZB9EiwLb15PXAaN9v4FA",
    "sendgrid": "SG.zBhXubi7J58B2ZG3y0fy8L",
    "twilio_sid": "AC14fca3172f688545a538625dc71d75d6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}