{
  "name": "api-gateway",
  "version": "2.9.1",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "y7pHA3oILLyJnrY83O6c"
  },
  "jwt_secret": "lUYE7MokJmwhZq550pgebfCtT1BuWYbJ",
  "api_keys": {
    "stripe": "sk_live_LSJdr8qd1fLtiZ5wTWxBAmpM",
    "sendgrid": "SG.iJx77RxcUuJ7RoV69pj6mP",
    "twilio_sid": "AC0b8f3149d2ea5fb38bbbfdebecbc25a3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}