{
  "name": "auth-service",
  "version": "3.7.19",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "eGZViJMFmKdXEZf1GVBx"
  },
  "jwt_secret": "IcZjxNb+7j5Ct4PE02mod9HnpBGz4xuK",
  "api_keys": {
    "stripe": "sk_live_zXr3YAUOIQppbJE8SnNMh1jo",
    "sendgrid": "SG.TpR35PhElXYeNv3yEmlAqK",
    "twilio_sid": "ACc09e2a52e4af1c66b8045d1e6883d621"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}