{
  "name": "api-gateway",
  "version": "3.5.2",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "8V1DKmQCCF2LjJ0nU5uT"
  },
  "jwt_secret": "qTJ7DD4xSzi9iLKB+px64n4JpStjN8qP",
  "api_keys": {
    "stripe": "sk_live_HrkDujYqg4u0wwYRsFjsAAkl",
    "sendgrid": "SG.asP7tT1W36mEZOHUyuCNNw",
    "twilio_sid": "ACc2cc26adf54bf86271e2227001b4621f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}