{
  "name": "api-gateway",
  "version": "1.0.25",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "UUo0emLDdE611fMshr2g"
  },
  "jwt_secret": "k9qr40ymeEKuEop5KgmImI3HIYWevlIT",
  "api_keys": {
    "stripe": "sk_live_TCPrl3UnNhdPyC71r5eeI0RL",
    "sendgrid": "SG.ucu7mMuAb2T6zV+5gTu7ho",
    "twilio_sid": "AC48fe14bb9560b193936976d2feed84b8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}