{
  "name": "user-service",
  "version": "3.9.9",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0Nseq5j0LUXuwRCPmvYa"
  },
  "jwt_secret": "zt+qXsexGB1SC1bV9njM1moJwh6wAxQy",
  "api_keys": {
    "stripe": "sk_live_s5xkcSet2hxukYH7ZeSjZOXS",
    "sendgrid": "SG.Rbty4p4NqDuZVMIVV7hazZ",
    "twilio_sid": "AC45d88905ec4c4ed22dae105beac02b18"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}