{
  "name": "user-service",
  "version": "3.6.28",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "AjF84YWJZhnEeFByh7vg"
  },
  "jwt_secret": "UK3ktFO23M13WM3gzNIVi75e39XaXBOY",
  "api_keys": {
    "stripe": "sk_live_b0ObgcmRJ6RNo6bRGgHJ2pAt",
    "sendgrid": "SG.J24/u/IWA3Jb+TYWugTixM",
    "twilio_sid": "AC3d74cec055669ff43dd03a195c321da0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}