{
  "name": "api-gateway",
  "version": "1.3.7",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "tghvM6IKrKDEhfRm7LFk"
  },
  "jwt_secret": "JV+8ZEuA88n8ueHGofu/ECqMVoAnSvhR",
  "api_keys": {
    "stripe": "sk_live_IeD69Yh9Nb7UH5ru9Oh9eD6i",
    "sendgrid": "SG.v75M2Q5eAfiAW02OLaSXTI",
    "twilio_sid": "AC016c3aad30b452ed57925c1d2708f65b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}