{
  "name": "api-gateway",
  "version": "1.0.25",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "EJdaAYApA0JVpZbwdAQa"
  },
  "jwt_secret": "Sb457hM8B79kIoOAl906DUFsRsQfjdiV",
  "api_keys": {
    "stripe": "sk_live_WxJKHbq4xlfDL7U9BmUZU0Qo",
    "sendgrid": "SG.9FZt2plJyVpJ1+QO683jGI",
    "twilio_sid": "AC4f10feac0f55fd92f673e16462e46bb4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}