{
  "name": "auth-service",
  "version": "2.2.22",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "5yGzOW5c2qcJd4fTZdIz"
  },
  "jwt_secret": "ALRiaCEZLttMmP2KOrK6SMuT7fx0R4p1",
  "api_keys": {
    "stripe": "sk_live_qv1aMXLekMvgxnseSpKtlMpr",
    "sendgrid": "SG.k/xVVeFOTNLhfiyefmUYAV",
    "twilio_sid": "AC238776463fc82c8f65415348b064e09f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}