26 lines
636 B
JSON
26 lines
636 B
JSON
{
|
|
"DetailedErrors": true,
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"Redis": "redis.ufficio:26379,serviceName=devel,DefaultDatabase=14,connectTimeout=5000,syncTimeout=5000,asyncTimeout=5000,abortConnect=false,ssl=false,allowAdmin=true"
|
|
},
|
|
//"DbConfig": {
|
|
// "Server": "localhost",
|
|
// "nKey": "K0000",
|
|
// "sKey": "M@g4zz1no"
|
|
//},
|
|
"OptConf": {
|
|
"msRefresh": "4000",
|
|
"BaseAddr": "https://magman.ufficio/",
|
|
"BaseAppPath": "",
|
|
"QrRedirPage": "",
|
|
"jumpRedir": "~/../",
|
|
"CodModulo": "MagMan"
|
|
}
|
|
}
|