Files
lux/Lux.UI/appsettings.Staging.json
T
Samuele Locatelli 8fa8732cf1 Channels:
- renaming in conf json
- fix gestione classi post rename
2025-11-06 18:10:47 +01:00

22 lines
585 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",
"ChannelProfList": "luxstag:prof:list",
"ChannelBom": "luxstag:bom",
"ChannelUpdate": "luxstag:update",
"ChannelPub": "EgwEngineInput",
"ChannelSub": "EgwEngineOutput",
"Prog.ApiUrl": "https://iis01.egalware.com/lux/srv/api"
}
}