CSharp.Template/YuanXuan.IM.Api/appsettings.json

22 lines
634 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"nacos": {
"Listeners": [ //对应配置文件
{
"Optional": false,
"DataId": "qx-im-api-dev", //配置名称
"Group": "qx-im" //组名
}
],
"DefaultTimeOut": 15,
"ListenInterval": 1000,
"ServiceName": "qx-im-api-dev", //服务名称
"Namespace": "public", //对应的是命名空间的Id
"ServerAddresses": [ "http://192.168.2.9:8848" ], //是Nacos的服务器地址可以添加多个
"UserName": "nacos",
"Password": "qwe123!@#",
"ConfigUseRpc": false, //false-http协议true-grpc
"NamingUseRpc": false //false-http协议true-grpc
}
}