{
  "name": "api-gateway",
  "version": "2.1.0",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "AXXc2rvFH7C15tlU5J9e"
  },
  "jwt_secret": "o+GZQ5u/PVly+1GcYn+j0plhGN0E09gd",
  "api_keys": {
    "stripe": "sk_live_9xK78Ax1REtVtDDeP0XSPcGa",
    "sendgrid": "SG.wmo6Wq9qc5C51GN08EX+Uf",
    "twilio_sid": "ACe453f2c8965516fbaf2c1dfc0359c1ee"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}