{
  "name": "api-gateway",
  "version": "2.0.3",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "wOtpHZmBuwquJTuw4lH7"
  },
  "jwt_secret": "KN0/G1dbsFSVIxAmaX/muYayz9BngIU/",
  "api_keys": {
    "stripe": "sk_live_yzpv5BmMuBRSRvTQHTtixXhM",
    "sendgrid": "SG.8olejyLJ2s6LFWEaX2Ie++",
    "twilio_sid": "AC418a40404e76efc397699fc2ac6cb345"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}