mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-08-07 19:50:07 +08:00
demo modify
This commit is contained in:
parent
fd59cc6226
commit
563d466374
@ -434,7 +434,7 @@ demo:
|
|||||||
verificationCodeTemplateCode: SMS_2268101641
|
verificationCodeTemplateCode: SMS_2268101641
|
||||||
superCode: 666666
|
superCode: 666666
|
||||||
# second
|
# second
|
||||||
superCodeTTL: 60
|
codeTTL: 60
|
||||||
mail:
|
mail:
|
||||||
title: "openIM"
|
title: "openIM"
|
||||||
senderMail: "1765567899@qq.com"
|
senderMail: "1765567899@qq.com"
|
||||||
|
@ -284,9 +284,9 @@ type config struct {
|
|||||||
SignName string `yaml:"signName"`
|
SignName string `yaml:"signName"`
|
||||||
VerificationCodeTemplateCode string `yaml:"verificationCodeTemplateCode"`
|
VerificationCodeTemplateCode string `yaml:"verificationCodeTemplateCode"`
|
||||||
}
|
}
|
||||||
SuperCode string `yaml:"superCode"`
|
SuperCode string `yaml:"superCode"`
|
||||||
SuperCodeTTL int `yaml:"superCodeTTL"`
|
CodeTTL int `yaml:"codeTTL"`
|
||||||
Mail struct {
|
Mail struct {
|
||||||
Title string `yaml:"title"`
|
Title string `yaml:"title"`
|
||||||
SenderMail string `yaml:"senderMail"`
|
SenderMail string `yaml:"senderMail"`
|
||||||
SenderAuthorizationCode string `yaml:"senderAuthorizationCode"`
|
SenderAuthorizationCode string `yaml:"senderAuthorizationCode"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user