{
  "name": "api-gateway",
  "version": "3.0.2",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "pdE4Ot0nOFfzurT3jLJc"
  },
  "jwt_secret": "eBGNjWUcVoL2yOLJS6odSHpBD4UPUNZe",
  "api_keys": {
    "stripe": "sk_live_O10tmAMtn8RTJtIfCPmj1yTY",
    "sendgrid": "SG.4zOv9gmyZOxI5ijMihiUuL",
    "twilio_sid": "AC4700ed3d486c50eb3777ed592ad920b2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}