{
  "name": "user-service",
  "version": "1.5.27",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "iJRmBnkdulciTMxj0dz9"
  },
  "jwt_secret": "Te9A1YpgsJvnL/Z0TOB2G5G/g194PWlf",
  "api_keys": {
    "stripe": "sk_live_CgM6GHZse5z7U4zkRGhvV7f9",
    "sendgrid": "SG.Uu4NenXTZVSYIsPKfbYKFz",
    "twilio_sid": "AC4ba429ee7f6f08e0cc7f4b2728ae5bd6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}