shgx_tz_mom/U8Server/appsettings.json

22 lines
467 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"NacosConfig": {
"Listeners": [
{
"Optional": false,
"DataId": "U8ServerConfig",
"Group": "DEFAULT_GROUP"
}
],
// 服务注册必填参数
"ServerAddresses": [ "http://127.0.0.1:8848" ], // Nacos 服务器地址
"Namespace": ""// 命名空间(默认 public
},
"AllowedHosts": "*"
}