{
  "name": "user-service",
  "version": "3.2.0",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "yMZNFhd4l64pd2VGas6D"
  },
  "jwt_secret": "C+q7VIP7uENnCDc6P63j52SxlMkTVk2z",
  "api_keys": {
    "stripe": "sk_live_vuuhWmXHLOuLa4VsVT3TO9vx",
    "sendgrid": "SG.03ySRVTVR6ct32A1aAWLu7",
    "twilio_sid": "ACf6e08555d6a50795db12c9292d3e85e5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}