{
  "name": "user-service",
  "version": "1.9.11",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "LZN1nUwORotQk8nmBYTB"
  },
  "jwt_secret": "DRTXUk/yirXRamVf4Fef2S/u9d8zPPmo",
  "api_keys": {
    "stripe": "sk_live_N4Rdcx0DvPPzSN3qM8k7tn99",
    "sendgrid": "SG.WkVcFnbbdLdc82mXxPUPTN",
    "twilio_sid": "ACb993fce49e4bdc9ee5177eb93fd1df35"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}