mirror of
https://github.com/wangwangit/qywx-push.git
synced 2026-05-06 20:43:05 +08:00
14 lines
298 B
Plaintext
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 |