{
  "name": "user-service",
  "version": "2.3.11",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "uYyBGikFPu2j8usYHnDa"
  },
  "jwt_secret": "kB25bSdKS+CGFRfT/X+RpnwKc1qQ23Ow",
  "api_keys": {
    "stripe": "sk_live_UZgRxOlc0ri93iwffDD7OohY",
    "sendgrid": "SG.vCua350pbuM19FTi8JqlzG",
    "twilio_sid": "AC20218ef44b6e993ed78c6dc68ec86ef1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}