33 lines
984 B
JSON
33 lines
984 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"Redis": "redis.ufficio:26379, serviceName=devel, DefaultDatabase=6, keepAlive=180, connectTimeout=15000, syncTimeout=15000, asyncTimeout=15000, abortConnect=false, ssl=false, allowAdmin=true"
|
|
},
|
|
"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",
|
|
"ImageBaseUrl": "window",
|
|
"GenericBaseUrl": "generic",
|
|
"ImageCalcTag": "svg-preview",
|
|
"ImageFileTag": "svgfile",
|
|
"ImageLiveTag": "svg",
|
|
"CalcTag": "calc"
|
|
}
|
|
}
|