{
  "name": "api-gateway",
  "version": "2.0.1",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Rv9ihCRj1u4s1UAQEZLA"
  },
  "jwt_secret": "I3zdmeM6XNvB3LuvgfAjDmZ8OGhED558",
  "api_keys": {
    "stripe": "sk_live_YcOwAwFdSpCkQVklCMg0bvLd",
    "sendgrid": "SG.7T+gdY3gUVzncoQzSxUJgz",
    "twilio_sid": "AC4f443b5d56f8d73b0476fac3b0aa6788"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}