{
  "name": "api-gateway",
  "version": "2.1.20",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "tX1Y7YyENnzWLuDaQwCi"
  },
  "jwt_secret": "Yu2uTNbbB+4+KJ1axwe2lgYL6En5DMEz",
  "api_keys": {
    "stripe": "sk_live_btDBiyYFuM5m6FbFEMjFThlj",
    "sendgrid": "SG.3he7aWZCDm0xZW4vy9UCBi",
    "twilio_sid": "ACeab094c4d359faa898fecc63f65a7e22"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}