Files
lux/Lux.UI/appsettings.Development.json
T

13 lines
220 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ServerConf": {
"PubChannel": "EgwDevEngineInput",
"SubChannel": "EgwDevEngineOutput"
}
}