{
  "name": "auth-service",
  "version": "3.9.0",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ZWVkBENkClAyoEMHyTI7"
  },
  "jwt_secret": "eEUU2VaE9E/U+N/rI+C1u4jcCrk8w+E2",
  "api_keys": {
    "stripe": "sk_live_bwucZ5DRf8EUFsMUOHpImRYV",
    "sendgrid": "SG.t6zNrqFc/K/UDqGP53xYfb",
    "twilio_sid": "AC5234b08dac7618521ee2207455be8a7c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}