{
  "name": "api-gateway",
  "version": "1.0.19",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "3JSI8Bw3KMK2J6Zjc0v2"
  },
  "jwt_secret": "jY3INbbxkdvBvTF6TKR5TC+nnykCFran",
  "api_keys": {
    "stripe": "sk_live_nI7Qh0Q8tO7qlaNL1E3lSzx8",
    "sendgrid": "SG.qNttftQ/4I57eYrcx4rZDk",
    "twilio_sid": "AC763260cdb1c094eb184932ccad73300c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}