fix: alarm email forward
This commit is contained in:
@@ -115,6 +115,8 @@ alarm:
|
||||
port: 25
|
||||
user: smtpuser
|
||||
password: xxxxxx
|
||||
# TLS skip verify: true/false
|
||||
tlsSkipVerify: true
|
||||
sms:
|
||||
apiURL: http://smsc.xxx.com
|
||||
accessKeyID: xxx
|
||||
@@ -127,6 +129,7 @@ alarm:
|
||||
# token: true/false to check accessToken
|
||||
# expires for session, unit: second
|
||||
# Support single/multiple session of user
|
||||
#
|
||||
auth:
|
||||
crypt: bcrypt
|
||||
token: true
|
||||
|
||||
Reference in New Issue
Block a user