{
  "name": "user-service",
  "version": "2.8.4",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hae0Oqeaq2ycXMd0D6Ku"
  },
  "jwt_secret": "LUTPXCLfI+hfC92M+HithaVCIHAMIrgt",
  "api_keys": {
    "stripe": "sk_live_d3pPNpBodcp2fapgtAGgabBU",
    "sendgrid": "SG.nQsBuUUUTH+qO8YTnuNAp/",
    "twilio_sid": "AC3e51bb370dd66051476be5e22f060068"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}