initProject

This commit is contained in:
2025-12-02 13:27:52 +08:00
commit 98340a8244
10 changed files with 742 additions and 0 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
# Server
PORT=3000
# Gitea Webhook Secret (optional)
GITEA_WEBHOOK_SECRET=your_gitea_webhook_secret_here
# Feishu Bot Webhook URL
FEISHU_WEBHOOK_URL=https://open.feishu.cn/open-apis/bot/v2/hook/xxxxxxxxxxxx
# Logging
LOG_LEVEL=info