{
  "name": "auth-service",
  "version": "1.0.28",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "UqIrPtXr9iFYq1c4IdNH"
  },
  "jwt_secret": "qYW5o0l6nQiyDvpe5kmitI3fdGKS6ESY",
  "api_keys": {
    "stripe": "sk_live_RC0W8GvyLJCT24CMW9oEWsDx",
    "sendgrid": "SG.Iu+IVKI66P3FZWunLhwWno",
    "twilio_sid": "ACe61c432a30be1eaa5feeedcc677906a8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}