Files
playwright-gitcode/.env.example

21 lines
802 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# GitCode 每日任务机器人 - 环境配置
# 复制此文件为 .env 并填写真实值
# GitCode 登录凭据(必填)
GITCODE_USERNAME=你的手机号/用户名/邮箱
GITCODE_PASSWORD=你的密码
# 更新项目任务使用的仓库编辑页(必填)
GITCODE_TEST_REPO_URL=https://gitcode.com/你的用户名/你的仓库/edit/main/你的文件
# 飞书 Webhook可选不填则跳过飞书通知
# FEISHU_WEBHOOK=https://open.feishu.cn/open-apis/bot/v2/hook/你的webhook
# 调试模式:设为 true 会打开浏览器窗口,方便观察执行过程
# 生产环境请设为 false 或删除此行
# DEBUG=false
# 单任务调试:打开积分中心后、开始执行任务前等待的时间(毫秒)
# 页面加载慢时可调大,例如 10000
DEBUG_START_WAIT_MS=5000