blob: 091d877e5181b9b3a83719112b8fe1f3e67fbb0a [file] [log] [blame]
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Shenyu": {
"Register": {
// "ServerList": "http://localhost:9095",
"ServerList": "localhost:2181",
"RegisterType": "zookeeper",
"Props": {
"UserName": "admin",
"Password": "123456"
},
},
"Client": {
"AppName": "dotnet-example",
"ContextPath": "/dotnet",
"IsFull": false,
"ClientType": "http"
}
}
}