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

23 lines
599 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ServerConf": {
"ChannelPng": "luxdev:png:img",
"ChannelSvg": "luxdev:svg:img",
"ChannelShape": "luxdev:shape:curr",
"ChannelHwList": "luxdev:hw:list",
"ChannelHwOpt": "luxdev:hw:opt",
"ChannelProd": "luxdev:prod",
"ChannelProfElem": "luxdev:prof:elem",
"ChannelProfList": "luxdev:prof:list",
"ChannelBom": "luxdev:bom",
"ChannelUpdate": "luxdev:update",
"ChannelPub": "EgwDevEngineInput",
"ChannelSub": "EgwDevEngineOutput"
}
}