{
  "name": "auth-service",
  "version": "1.5.10",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hfNauNRxpL9AlYc6l0qD"
  },
  "jwt_secret": "ziHiJGk3IgU20VuYMW0xsGYcaNGBZj+m",
  "api_keys": {
    "stripe": "sk_live_ktNfPHgHxsN7OqnjbB7fUuwX",
    "sendgrid": "SG.zuuBqaCjf16C7HYAmLRjLl",
    "twilio_sid": "AC49b26c01e9211426162d53feb4d135b7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}