mirror of
https://github.com/LamGC/quickly-conf-sshd.git
synced 2025-07-04 14:27:26 +00:00
为 cron 定时执行添加日志.
This commit is contained in:
@ -7,7 +7,7 @@ const backupSshKeys = ``;
|
||||
// Worker 的访问地址, 如果不填的话默认为请求的地址, 填了就会用这里的地址(要去 Worker 的触发器那绑定, 否则无效).
|
||||
const defaultBaseUrl = "";
|
||||
// Cron 表达式, 默认 1 天执行一次更新.
|
||||
const cronExpression = "0 0 0 * * ?";
|
||||
const cronExpression = "0 0 * * *";
|
||||
|
||||
// 下面的东西一般不用改.
|
||||
const baseRepoPageUrl = `https://${githubUserName.toLowerCase()}.github.io/${githubInstSshProjectName}/`;
|
||||
|
Reference in New Issue
Block a user