# 部署前复制为 .env 并修改以下值 # cp .env.production.example .env # JWT 签名密钥(32+ 字符随机串) JWT_SECRET=please-replace-with-a-strong-random-secret # 管理后台访问密钥(通过 X-Admin-Key 请求头传入) ADMIN_API_KEY=please-replace-with-a-strong-random-admin-key # 对外访问的站点根 URL(用于生成 QR 码中的收集链接) # 必须与你在 Nginx 上配置的域名一致 SITE_URL=https://stamp.example.com