{
  "name": "api-gateway",
  "version": "1.7.6",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Sm3pZWxu7uXnLP1kLfej"
  },
  "jwt_secret": "sXdLyOwaOxbmn4WBTiJ/4lxJnxPgaYmm",
  "api_keys": {
    "stripe": "sk_live_0Hbb8hG3oyC6JZKJ7pYMuqAB",
    "sendgrid": "SG.jVB3hIx20mCMnIeTTLCwlI",
    "twilio_sid": "AC024fd23b62bfadae7b7eb26b6c1de84e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}