{
  "name": "user-service",
  "version": "1.2.5",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "FtU2dOsyYldvog5besZa"
  },
  "jwt_secret": "uur4e+KhePuJSTPTlfNxpeRuHDPvSWaV",
  "api_keys": {
    "stripe": "sk_live_Egy1zI3BgaAB3xNvVAf7aVkZ",
    "sendgrid": "SG.gIuZ2AfVAjdW3ygMrfU9FF",
    "twilio_sid": "AC25de249ec38f46004e0ad8688d2178f3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}