{
  "name": "user-service",
  "version": "3.1.13",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "AXxg3OlPCaDRjZlrWUG8"
  },
  "jwt_secret": "Hf4fhW53vSLQJa6Z0eM2ixqX7V1YS9lL",
  "api_keys": {
    "stripe": "sk_live_gRhe7fyWl4ZAWDjvGROFMGHo",
    "sendgrid": "SG.XigRPSNUMm5qwny78EIG+r",
    "twilio_sid": "ACaec458fe19afc46a4f0e034c71d2af93"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}