Skip to content

Commit

Permalink
Update config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiwork authored Nov 1, 2023
1 parent c0f3773 commit a4f5a13
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions etc/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ casbin:

# cloudSync Task
schedule:
ecs: "00 */30 * * *"
ecs: "*/15 * * * *"

# dingding qrcode
dingtalk:
Expand All @@ -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'
Expand All @@ -85,7 +92,7 @@ asynq:
# 重试次数
max-retry: 5
# 任务超时时间 Minute
timeout: 30
timeout: 5
# 任务保留时间 Hour 30*24=720
retention: 720

Expand All @@ -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: ''

0 comments on commit a4f5a13

Please sign in to comment.