{
  "name": "user-service",
  "version": "2.0.26",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "SbnFpMO8y2QW4DARbrZI"
  },
  "jwt_secret": "zKGWFOqezhJj6DN65VhWE1gtY5Hl5Q4A",
  "api_keys": {
    "stripe": "sk_live_7d6sHZLstbIk99FRnF7ZIEvs",
    "sendgrid": "SG.mjSzArLcebuFVlNud3Vtur",
    "twilio_sid": "AC41398f021f63553432f06edd9652a168"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}