{
  "name": "api-gateway",
  "version": "1.8.8",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "1aFRY12Ni6HVrMJJKo29"
  },
  "jwt_secret": "PAHtVbQqC+40HValIdRr0fApSHFHbgSZ",
  "api_keys": {
    "stripe": "sk_live_rLp7RSVla73sPlhCMkNha5CO",
    "sendgrid": "SG.gwrE83CJ//IdotiyICUwXf",
    "twilio_sid": "AC5bb6d3f9e41c7e7bed7e839f4ef69957"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}