23 lines
738 B
JSON
23 lines
738 B
JSON
{
|
|
"DetailedErrors": true,
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"CodApp": "MP.SPEC",
|
|
"ConnectionStrings": {
|
|
"Mp.Data": "Server=localhost\\SQLEXPRESS;Database=MoonPro; User ID=steamware;Password=viadante16; integrated security=False; MultipleActiveResultSets=True; App=Blazor.ServerApp;",
|
|
"Redis": "localhost:6379,DefaultDatabase=13,connectTimeout=5000,syncTimeout=5000,asyncTimeout=5000,abortConnect=false,ssl=false"
|
|
},
|
|
"ServerConf": {
|
|
"maxAge": "2000",
|
|
"cacheCheckArtUsato": 2,
|
|
"redisLongTimeCache": 15,
|
|
"MpIoBaseUrl": "http://localhost/MP/IO/"
|
|
}
|
|
}
|