{
  "name": "api-gateway",
  "version": "1.8.6",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "DbIJC3O9LuCLRT85KIQw"
  },
  "jwt_secret": "vsKNxfqvfaxqvEMkP1R+jMZ5oc2mJLZT",
  "api_keys": {
    "stripe": "sk_live_CCLKVffnL7Di7iQoKJoe89SQ",
    "sendgrid": "SG.UaIyc27cuMpzG8YpHaZDaZ",
    "twilio_sid": "ACc2be4148ad307c1eb5c71dcdf338e706"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}