{
  "name": "api-gateway",
  "version": "3.3.1",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "AEuyizUBEiMv22IPz6Kv"
  },
  "jwt_secret": "LjVX1GZh5ANLo+LEuBqGjk710QqKqxr4",
  "api_keys": {
    "stripe": "sk_live_M9oItTo8heb7lU0STHC73Ols",
    "sendgrid": "SG.zIVX1OOe9ZQk5pWsHKs7fM",
    "twilio_sid": "AC87f3908caa35c58a359d887efe088054"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}