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

25 lines
701 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",
"BaseUrl": "/lux/srv/",
//"ChannelPub": "EgwDevEngineInput",
//"ChannelSub": "EgwDevEngineOutput",
"ImageBaseUrl": "https://iis01.egalware.com/lux/srv/api/window/"
}
}