{
  "name": "user-service",
  "version": "3.7.0",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "W7hSKsNaRs2npalNE4X9"
  },
  "jwt_secret": "c1pepgMh9qbIleie0+ZpZfTscMPx2Ode",
  "api_keys": {
    "stripe": "sk_live_lA0dnc0eubdej6SNAKmnBxYQ",
    "sendgrid": "SG.cHNmRa8hNMSR/5jVMkOhmG",
    "twilio_sid": "ACa2eaf6410141212044d6769fdbad66a3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}