{
  "name": "api-gateway",
  "version": "1.0.8",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "WQLBC6Kiog7J4794EfUk"
  },
  "jwt_secret": "tZAqbe1EUTZ5xDRHb5hOHNScm7iIdmGY",
  "api_keys": {
    "stripe": "sk_live_MFnCAoLtw3qCZTGJGP1epiJX",
    "sendgrid": "SG.FOiJm8nALYwTL9hQTBj3eP",
    "twilio_sid": "ACceab6257a60845b04a5cb05ec1fdcaf9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}