cb4085e28e
- fix display titolo (scroll) - num pezzi prod/ord - stato text-truncate TAB: - fix ordinamento fermate
23 lines
904 B
JSON
23 lines
904 B
JSON
{
|
|
"DetailedErrors": true,
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"CodApp": "MP.MON",
|
|
"ConnectionStrings": {
|
|
"MP.Mon": "Server=localhost\\SQLEXPRESS;Database=MoonPro; User ID=steamware;Password=viadante16; integrated security=False; MultipleActiveResultSets=True; App=Blazor.ServerApp;",
|
|
"MP.Stats": "Server=localhost\\SQLEXPRESS;Database=MoonPro_STATS; User ID=steamware;Password=viadante16; integrated security=False; MultipleActiveResultSets=True; App=Blazor.ServerApp;",
|
|
"Redis": "localhost:6379,DefaultDatabase=5,connectTimeout=5000,syncTimeout=5000,asyncTimeout=5000,abortConnect=false,ssl=false"
|
|
},
|
|
"ServerConf": {
|
|
"maxAge": "2000",
|
|
"cssOverlayOff": "bg-dark text-light bg-opacity-50",
|
|
"maxChar4Scroll": 20
|
|
}
|
|
}
|