2346c67f3a
Divisione aree Redis tra app (x TaskMan in particolare) Test apertura app
19 lines
648 B
JSON
19 lines
648 B
JSON
{
|
|
"DetailedErrors": true,
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=localhost\\SQLEXPRESS;Database=MoonPro_PROG;Trusted_Connection=True;MultipleActiveResultSets=true",
|
|
"MP.Prog": "Server=localhost\\SQLEXPRESS;Database=MoonPro_PROG;User ID=sa;Password=keyhammer16;integrated security=False;MultipleActiveResultSets=True;App=MP.PROG;"
|
|
},
|
|
"ServerConf": {
|
|
"FolderBasePath": "\\\\stor01",
|
|
"Prog.ApiUrl": "https://localhost/MP/PROG"
|
|
}
|
|
} |