{
  "name": "api-gateway",
  "version": "2.0.0",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Q7zr1nPRB8Sl6shf3oSB"
  },
  "jwt_secret": "7hdyMzRZq6FpcIXM7Xi1G5lw6SVHe3+W",
  "api_keys": {
    "stripe": "sk_live_ApSgtnADRYVbdn6lgV7hJFWH",
    "sendgrid": "SG.p34dXVKF2tkSYIj2dWmo16",
    "twilio_sid": "AC53a60abf333ed2c19a67770b8ae9c12e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}