{
  "name": "api-gateway",
  "version": "2.6.2",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "eY8RNnhext3k79NwjG79"
  },
  "jwt_secret": "BCEZax9TfoSEFHfbEYykO6T8ZjctZ21b",
  "api_keys": {
    "stripe": "sk_live_eZHF7yWyoArSu9POz89Tu4Sm",
    "sendgrid": "SG.lC9+kBLWmEORG+w/V6W4NQ",
    "twilio_sid": "AC6c47762ea346d1acfbd08bfc17ac5863"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}