{
  "name": "user-service",
  "version": "1.8.18",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "bBB6gSMk5xhcH2ElXYXX"
  },
  "jwt_secret": "ZWo5iGvYUGsQYO489NBkSdRGgDhuJId4",
  "api_keys": {
    "stripe": "sk_live_VUqqi6x06g43ig1B7iF1vh61",
    "sendgrid": "SG.7cXj/lEdLIeVwIXNhxWzn9",
    "twilio_sid": "AC9e70d53f788baf07ec3f7b530af2f11f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}