{
  "name": "auth-service",
  "version": "3.5.10",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "biKIiLD1mz18sYnMiPAH"
  },
  "jwt_secret": "UtCJteMuXZeNaR+pV3K0ba8u6WxmAI3S",
  "api_keys": {
    "stripe": "sk_live_rm6TOMAeZEDuyj1nKNxXxAqT",
    "sendgrid": "SG.3e3O3LXlXO3wXu0DvuJ84Y",
    "twilio_sid": "ACef01581eee260f1ecdc79bfe76263cf3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}