Files
lux/Lux.UI/appsettings.Staging.json
2026-04-23 16:12:43 +02:00

25 lines
722 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ServerConf": {
"ChannelPng": "luxstag:png:img",
"ChannelSvg": "luxstag:svg:img",
"ChannelShape": "luxstag:shape:curr",
"ChannelHwList": "luxstag:hw:list",
"ChannelHwOpt": "luxstag:hw:opt",
"ChannelProd": "luxstag:prod",
"ChannelProfElem": "luxstag:prof:elem",
"ChannelProfList": "luxstag:prof:list",
"ChannelBom": "luxstag:bom",
"ChannelUpdate": "luxstag:update",
"ChannelPub": "EgwEngineInput",
"ChannelSub": "EgwEngineOutput",
"Prog.ApiUrl": "https://iis01.egalware.com/lux/srv/api",
"ReportUrl": "https://iis01.egalware.com/Lux/RepSrv"
}
}