{
  "name": "user-service",
  "version": "3.6.25",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "BzeTgbYFMg9QuVG96h0t"
  },
  "jwt_secret": "kNQWDeK5LXGab63hFPSOKsOxhWgRH+T0",
  "api_keys": {
    "stripe": "sk_live_esWT5IvIUssCLWT8JwEBrbKK",
    "sendgrid": "SG.oIPv2Y21S70zYfVlIa16XQ",
    "twilio_sid": "AC8a573ddb4d1b3856d0881d9c41f4fb0e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}