mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 19:22:46 +08:00
Update config.yaml
This commit is contained in:
parent
e175ef2b4e
commit
348cb921eb
@ -738,18 +738,18 @@ demo:
|
|||||||
#demo对外服务端口,默认即可,需要开放此端口或做nginx转发
|
#demo对外服务端口,默认即可,需要开放此端口或做nginx转发
|
||||||
openImDemoPort: [ 10004 ]
|
openImDemoPort: [ 10004 ]
|
||||||
alismsverify: #阿里云短信配置,在阿里云申请成功后修改以下四项,enable为true则必须修改,阿里云为默认短信验证方式
|
alismsverify: #阿里云短信配置,在阿里云申请成功后修改以下四项,enable为true则必须修改,阿里云为默认短信验证方式
|
||||||
accessKeyId: LTAI5tJPkn4HuuePdiLdGqe7
|
accessKeyId:
|
||||||
accessKeySecret: 4n9OJ7ZCVN1U6KeHDAtOyNeVZcjOuV
|
accessKeySecret:
|
||||||
signName: 托云信息技术
|
signName:
|
||||||
verificationCodeTemplateCode: SMS_226810164
|
verificationCodeTemplateCode:
|
||||||
enable: false
|
enable: false
|
||||||
tencentsms: #腾讯云短信配置,在腾讯云申请成功后,修改以下选项,enable为true则必须修改
|
tencentsms: #腾讯云短信配置,在腾讯云申请成功后,修改以下选项,enable为true则必须修改
|
||||||
appID: 2400000648
|
appID:
|
||||||
region: "ap-singapore"
|
region:
|
||||||
secretID: IKIDra4JPGsFMDwQedMq42lESQBgwwgBQQAe
|
secretID:
|
||||||
secretKey: HI6fz4uUotjJdiX6QUIrAE2buxlKdgU2
|
secretKey:
|
||||||
signName: ""
|
signName:
|
||||||
verificationCodeTemplateCode: 2902877
|
verificationCodeTemplateCode:
|
||||||
enable: true
|
enable: true
|
||||||
superCode: 666666 #超级验证码,建议修改掉,收不到短信验证码时可以用此替代
|
superCode: 666666 #超级验证码,建议修改掉,收不到短信验证码时可以用此替代
|
||||||
needInvitationCode: false
|
needInvitationCode: false
|
||||||
@ -757,11 +757,11 @@ demo:
|
|||||||
codeTTL: 60
|
codeTTL: 60
|
||||||
useSuperCode: true
|
useSuperCode: true
|
||||||
mail: #仅支持qq邮箱,具体操作参考 https://service.mail.qq.com/cgi-bin/help?subtype=1&id=28&no=1001256 必须修改
|
mail: #仅支持qq邮箱,具体操作参考 https://service.mail.qq.com/cgi-bin/help?subtype=1&id=28&no=1001256 必须修改
|
||||||
title: "openIM"
|
title:
|
||||||
senderMail: "765567899@qq.com"
|
senderMail:
|
||||||
senderAuthorizationCode: "gxyausfoevlzbfag"
|
senderAuthorizationCode:
|
||||||
smtpAddr: "smtp.qq.com"
|
smtpAddr:
|
||||||
smtpPort: 25 #需开放此端口 出口方向
|
smtpPort: #需开放此端口 出口方向
|
||||||
testDepartMentID: 001
|
testDepartMentID: 001
|
||||||
imAPIURL: http://127.0.0.1:10002
|
imAPIURL: http://127.0.0.1:10002
|
||||||
onboardProcess: false # 是否开启注册流程
|
onboardProcess: false # 是否开启注册流程
|
||||||
|
Loading…
x
Reference in New Issue
Block a user