-
-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ casbin: | |
|
||
# cloudSync Task | ||
schedule: | ||
ecs: "00 */30 * * *" | ||
ecs: "*/15 * * * *" | ||
|
||
# dingding qrcode | ||
dingtalk: | ||
|
@@ -70,7 +70,14 @@ dingtalk: | |
url: 'https://oapi.dingtalk.com' | ||
# 允许登录的邮箱后缀 [email protected] [luban.com] | ||
allow-suffix: 'luban.com' | ||
|
||
agentId: 123456 | ||
# 审批模版 | ||
processCode: '' | ||
# 事件回调签名token | ||
signToken: '' | ||
# 事件回调加解密密钥 | ||
aesKey: '' | ||
|
||
guacamole: | ||
# guacd is server-side proxy | ||
guacd-addr: 'luban-guacd:4822' | ||
|
@@ -85,7 +92,7 @@ asynq: | |
# 重试次数 | ||
max-retry: 5 | ||
# 任务超时时间 Minute | ||
timeout: 30 | ||
timeout: 5 | ||
# 任务保留时间 Hour 30*24=720 | ||
retention: 720 | ||
|
||
|
@@ -99,14 +106,14 @@ sshd: | |
key: ~/.ssh/id_rsa | ||
|
||
smtp: | ||
host: "smtp.exmail.qq.com" | ||
host: 'smtp.exmail.qq.com' | ||
# tls 465, default 25 | ||
port: 465 | ||
user: "" | ||
pass: "" | ||
from: "" | ||
tls: true | ||
insecure-skip-verify: true | ||
|
||
# License 授权码 | ||
license: | ||
key: | ||
key: '' |