Initial commit

This commit is contained in:
wangwangit
2025-07-06 11:35:36 +08:00
commit 9502459755
19 changed files with 5513 additions and 0 deletions
+14
View File
@@ -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