Files
GiteaToFeishuMsg/.env.example
2025-12-02 13:27:52 +08:00

11 lines
234 B
Plaintext

# 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