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

23 lines
624 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",
"ChannelProfList": "luxdev:prof:list",
"ChannelBom": "luxdev:bom",
"ChannelUpdate": "luxdev:update",
"BaseUrl": "/lux/srv/",
//"ChannelPub": "EgwDevEngineInput",
//"ChannelSub": "EgwDevEngineOutput",
"ImageBaseUrl": "https://iis01.egalware.com/lux/srv/api/window/"
}
}