Update config.sample.sh

This commit is contained in:
Faker 2022-11-11 00:51:24 +08:00
parent fda3233478
commit 8ea8e534d7

View File

@ -12,10 +12,10 @@ AutoDelCron="true"
AutoAddCron="true"
## ql repo命令拉取脚本时需要拉取的文件后缀直接写文件后缀名即可
RepoFileExtensions="js py ts so"
RepoFileExtensions="js py ts so sh"
## 由于github仓库拉取较慢所以会默认添加代理前缀如不需要请移除
GithubProxyUrl="https://git.metauniverse-cn.com/"
GithubProxyUrl=""
## 设置定时任务执行的超时时间默认1h后缀"s"代表秒(默认值), "m"代表分, "h"代表小时, "d"代表天
CommandTimeoutTime="3h"