{
  "name": "api-gateway",
  "version": "3.6.0",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "uywJW03YZlqCJJL9rvgF"
  },
  "jwt_secret": "8W4GoOCKwQGITpONTg0xK7GgZKJYL63u",
  "api_keys": {
    "stripe": "sk_live_I46rgYedRKJHfjWb6BUWazV6",
    "sendgrid": "SG.Byp/r0T/W8xibYKtMxVDJl",
    "twilio_sid": "AC3ac1c40836b6811610ab900e40e0764b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}