8fa8732cf1
- renaming in conf json - fix gestione classi post rename
22 lines
554 B
JSON
22 lines
554 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ServerConf": {
|
|
"ChannelPng": "Egw:png:img",
|
|
"ChannelSvg": "Egw:svg:img",
|
|
"ChannelShape": "Egw:shape:curr",
|
|
"ChannelHwList": "Egw:hw:list",
|
|
"ChannelHwOpt": "Egw:hw:opt",
|
|
"ChannelProfList": "Egw:prof:list",
|
|
"ChannelBom": "Egw:bom",
|
|
"ChannelUpdate": "Egw:update",
|
|
"ChannelPub": "EgwEngineInput",
|
|
"ChannelSub": "EgwEngineOutput",
|
|
"Prog.ApiUrl": "https://office.egalware.com/lux/srv/api"
|
|
}
|
|
}
|