{
  "name": "api-gateway",
  "version": "3.3.12",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "8GADbZFfrNfdwaFP63wO"
  },
  "jwt_secret": "CXMWR1D6mbUHxtrKFLunrnZsXBKbEu0J",
  "api_keys": {
    "stripe": "sk_live_Kubn4wr7f0AZMoVgNdzF3f7B",
    "sendgrid": "SG.ech5JkYldiXAwobN67cR4m",
    "twilio_sid": "ACaee739ec1357802fec26c19e8ca5d5f0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}