You've already forked GiteaToFeishuMsg
11 lines
234 B
Plaintext
11 lines
234 B
Plaintext
# Server
|
|
PORT=3001
|
|
|
|
# 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 |