25 lines
756 B
JSON
25 lines
756 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": {
|
|
"PubChannel": "EgwEngineInput",
|
|
"SubChannel": "EgwEngineOutput",
|
|
"SvgChannel": "svg:img",
|
|
"Prog.ApiUrl": "https://office.egalware.com/lux/srv/api",
|
|
"ImageBaseUrl": "window",
|
|
"GenericBaseUrl": "generic",
|
|
"ImageLiveTag": "svg",
|
|
"ImageFileTag": "svgfile",
|
|
"ImageCalcTag": "svg-preview",
|
|
"CalcTag": "calc"
|
|
}
|
|
}
|