{
  "name": "auth-service",
  "version": "3.7.10",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "OIOHaYEbW7sTm1goRZsC"
  },
  "jwt_secret": "zx32eON4LFEshHksOY3dRPnlQopGxxRD",
  "api_keys": {
    "stripe": "sk_live_fwQYmLRxJgy9a5DCCNKvZEoK",
    "sendgrid": "SG.MfemL+chhZ+MENQ9nOAfcr",
    "twilio_sid": "AC21c15d945214ebad5b6431298e0b5817"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}