mirror of
https://github.com/wangwangit/qywx-push.git
synced 2026-09-07 00:36:51 +08:00
Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# 服务器配置
|
||||
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
|
||||
Reference in New Issue
Block a user