{
  "name": "api-gateway",
  "version": "1.1.8",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "EmZWe6OxQWy2TgFW903F"
  },
  "jwt_secret": "IRr537KAc25YbNu7voKLjANUm4DsskhF",
  "api_keys": {
    "stripe": "sk_live_skfY71umD8LVB2KOZLAgPibO",
    "sendgrid": "SG.JWUSJTkUH/m9t2V46eS/37",
    "twilio_sid": "ACc5e6f9b2114d45d494c3b745b6860873"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}