{
  "name": "api-gateway",
  "version": "2.3.3",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "LiFusBQ9Cpv5esf9Vq9q"
  },
  "jwt_secret": "6YIB1Khqk8uhnSbSUT8OemmZ1fOKQaE/",
  "api_keys": {
    "stripe": "sk_live_de0nGO2oHwqgdaraEBB0twQ3",
    "sendgrid": "SG./JJRcJVIKenLUrJsj6Cxv1",
    "twilio_sid": "AC3b0305685c70a10fff10cd1e2f415905"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}