Files
company-celebration/.env.production
2026-02-04 01:29:05 +08:00

21 lines
536 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 生产环境配置
NODE_ENV=production
# 服务端口
PORT=3000
# Redis 连接
REDIS_URL=redis://redis:6379
# CORS 允许的域名(多个用逗号分隔)
CORS_ORIGINS=https://your-domain.com,https://www.your-domain.com
# 你的域名(用于生成二维码等)
DOMAIN=your-domain.com
# 微信公众号网页授权配置
WECHAT_MP_APP_ID=your-mp-app-id
WECHAT_MP_APP_SECRET=your-mp-app-secret
# 允许的回调域名白名单逗号分隔host 级别)
WECHAT_MP_REDIRECT_ALLOWLIST=your-domain.com,www.your-domain.com