34 lines
749 B
INI
Raw Permalink 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.

# autoTAPD 配置文件
[wework]
agentid = 1000615
receivers = 046364
[TAPD]
# TAPD项目ID
workspace_id = 58335167
# Bug报告人
reporter = G41小助手
[SmartSheet]
# 智能表格文档ID
docid = dcRybSHojZR9-b5ePgDp33yr29bQy6BtQiVJ-nSGUM-ot6FSpq-TGW9jEn_f7ORLcFWRj9zvxtB1PP_TE29qPoAw
[Schedule]
# 开单扫描频率(分钟)
scan_interval = 30
# bug状态同步频率分钟
sync_interval = 30
[Attachment]
# 临时文件目录(相对于项目根目录)
temp_dir = temp/attachments
# 单个文件大小限制MB
max_file_size = 150
# 下载超时时间(秒)
download_timeout = 60
# 上传超时时间(秒)
upload_timeout = 120
# 下载失败重试次数
download_retry = 3
# 上传失败重试次数
upload_retry = 3