{
  "name": "user-service",
  "version": "2.5.8",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "nYwvingbgpUVm2FwArLx"
  },
  "jwt_secret": "aMx0IgJgtg/l7/pgiifk1uZWjnVX/7x1",
  "api_keys": {
    "stripe": "sk_live_HmZVmySqA5VFY65LLiNwIRR3",
    "sendgrid": "SG.DJQvIfZPDmDWYI5wCA59aQ",
    "twilio_sid": "ACf2728e114a8552c218041b5a0f0add77"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}