- folder IOB upload esplicitata in config x esteso
This commit is contained in:
Samuele Locatelli
2024-10-22 15:16:45 +02:00
parent 042c57c18c
commit 15dc9b4334
8 changed files with 28 additions and 17 deletions
+16 -9
View File
@@ -1,11 +1,18 @@
{
//"DetailedErrors": true,
//"Logging": {
// "LogLevel": {
// "Default": "Information",
// "Microsoft": "Warning",
// "Microsoft.Hosting.Lifetime": "Information"
// }
//},
"Environment": "Steam DEV"
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Environment": "Steam DEV",
"ServerConf": {
"BaseUrl": "https://localhost:44309/",
"CodApp": "MP-LAND",
"IobUploadPath": "\\\\iis01\\c$\\inetpub\\wwwroot\\MP\\fileUpload",
"Modulo": "MoonPro",
"downloadPath": "C:\\Steamware\\installers\\MP"
}
}