{
  "name": "auth-service",
  "version": "1.8.29",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "mQcHqDTV2q1yj0ZZUBxV"
  },
  "jwt_secret": "T3BOVvE2vPK4hnLXIbBP3DZbRsq0VQrX",
  "api_keys": {
    "stripe": "sk_live_6MhelPRMnOO85EPwvFhfREEJ",
    "sendgrid": "SG.q+clXy2whnbckopgvmkbcI",
    "twilio_sid": "ACef736c14b52b253f862e020d909bf651"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}