Files
mapo-core/MP.Prog/appsettings.Production.json
T
Samuele Locatelli f44c32d501 Fix log TAB3
Fix PROG gestione TaskMan
2024-10-28 11:10:36 +01:00

20 lines
675 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": {
"BaseUrl": "/MP/PROG",
"FolderBasePath": "\\\\stor01",
"Prog.ApiUrl": "https://localhost/MP/PROG"
}
}