| { | |
| "Logging": { | |
| "LogLevel": { | |
| "Default": "Information", | |
| "Microsoft": "Warning", | |
| "Microsoft.Hosting.Lifetime": "Information" | |
| } | |
| }, | |
| "Shenyu": { | |
| "Register": { | |
| "ServerList": "http://localhost:9095", | |
| "RegisterType": "http", | |
| "Props": { | |
| "UserName": "admin", | |
| "Password": "123456" | |
| } | |
| }, | |
| "Client": { | |
| "AppName": "dotnet-example", | |
| "ContextPath": "/dotnet", | |
| "IsFull": false, | |
| "ClientType": "http" | |
| } | |
| } | |
| } |