Files
qywx-push/env.template
2025-07-06 11:35:36 +08:00

14 lines
298 B
Plaintext

# 服务器配置
PORT=12121
# 数据库配置
DB_PATH=./database/notifier.db
# 加密密钥 (请使用随机生成的32位字符串)
ENCRYPTION_KEY=your-32-character-encryption-key-here
# 应用配置
NODE_ENV=development
# 企业微信API基础URL
WECHAT_API_BASE=https://qyapi.weixin.qq.com