{
  "name": "api-gateway",
  "version": "3.3.2",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "zi8ErAGAuJKixnJQdADJ"
  },
  "jwt_secret": "h1hfpYov6tpIoYCmq7iBd2TrQcJIEPCc",
  "api_keys": {
    "stripe": "sk_live_FTYycmiL0STeixPxxSnGnaVV",
    "sendgrid": "SG.tDXumc4Sw17mQXjwWv49kt",
    "twilio_sid": "AC5819cbf52b6a544287a5c39d5fe81449"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}