implement notify
This commit is contained in:
@@ -51,3 +51,24 @@ cors:
|
||||
# 允许访问的客户端域名,如:http://web.xxx.com,* 表示不做任何限制(不做任何限制时 allow-credentials 无效)
|
||||
allow-origin:
|
||||
- "http://localhost:8080"
|
||||
|
||||
# 通知消息队列
|
||||
notify:
|
||||
queue:
|
||||
mail:
|
||||
enable: false
|
||||
cron: "*/10 * * * * *"
|
||||
default-from:
|
||||
sms:
|
||||
enable: false
|
||||
cron: "*/10 * * * * *"
|
||||
app-id:
|
||||
sign:
|
||||
secret-id:
|
||||
secret-key:
|
||||
wechat:
|
||||
enable: false
|
||||
cron: "*/10 * * * * *"
|
||||
http:
|
||||
enable: false
|
||||
cron: "*/10 * * * * *"
|
||||
|
||||
Reference in New Issue
Block a user