{
  "name": "api-gateway",
  "version": "1.0.8",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "A3OLqC7xjdIX06ZY5NEh"
  },
  "jwt_secret": "PveDZUfcxlsruopSXLyWvgBWgsyq/yg/",
  "api_keys": {
    "stripe": "sk_live_xXjPlBVsmHNZiBel3IRBVVeY",
    "sendgrid": "SG.rkbq98MVR8P49aK7U+blMq",
    "twilio_sid": "ACddabb4cafef3a9e2c97fee8206144671"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}