{
  "name": "user-service",
  "version": "2.8.7",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "MyaKCvy3iDVW2TbVemxg"
  },
  "jwt_secret": "d+3ab0wAp7o9Kz0Krj1oOkHQr6nLo9BW",
  "api_keys": {
    "stripe": "sk_live_VeGpaYus40m6GhntGMAylPHj",
    "sendgrid": "SG.bJhMDPS/n56FRX8V/eqAtG",
    "twilio_sid": "ACc1c473228ec890848075b4dbb596644b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}