add .env file with server configuration and webhook settings

This commit is contained in:
2025-12-02 15:04:15 +08:00
parent 9e2ee73778
commit d92b558b6e

11
.env Normal file
View File

@@ -0,0 +1,11 @@
# Server
PORT=3001
# Gitea Webhook Secret (optional)
GITEA_WEBHOOK_SECRET=YXbc9SPn3CwbcyqVv4WXvf
# Feishu Bot Webhook URL
FEISHU_WEBHOOK_URL=https://open.feishu.cn/open-apis/bot/v2/hook/93a05fc8-976d-4ba3-8ed5-4407ebad2dc9
# Logging
LOG_LEVEL=info