{
  "name": "user-service",
  "version": "3.8.4",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "m77V8QkbVkXNI2ABOWsR"
  },
  "jwt_secret": "ALjpz8KnDmxXDgR5NIaGDUsApDs0L+cN",
  "api_keys": {
    "stripe": "sk_live_1KiW6XNyNY1U84GG7MZeO7zn",
    "sendgrid": "SG.Vq6+RrTzRVinIklM4UOsf1",
    "twilio_sid": "ACb0262c8004812cb05906f99d5643fe9f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}