{
  "name": "user-service",
  "version": "3.0.5",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "SqaBpNSzaL2QswVSRcI5"
  },
  "jwt_secret": "5VnW1iB3ptNZ4ZtgAi2oP1Ex5jCjhbLU",
  "api_keys": {
    "stripe": "sk_live_Gsjw8D3viJrFJ9JHHxuUFFyI",
    "sendgrid": "SG.dFd11Ka87JsEUgRHzzNJnS",
    "twilio_sid": "ACf5991b892ac03302b69fcb41009ae8cf"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}