{
  "name": "user-service",
  "version": "3.8.8",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "N8nq7Vub3c5ZkhPeqikr"
  },
  "jwt_secret": "uYeBTP6wh/lsZtAY9FNGMhCtvB3N3MuO",
  "api_keys": {
    "stripe": "sk_live_DlRbq3k0aN0tjgozfz42hDBJ",
    "sendgrid": "SG.A+q7lvXmtT94821AhIYOk1",
    "twilio_sid": "ACc2f2831bd6716f4e148116f359bd757b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}