Merge branch 'Release/MpTab3_02'
This commit is contained in:
@@ -372,7 +372,7 @@ namespace MP_TAB3.Components
|
||||
}
|
||||
#endif
|
||||
string baseUrl = config.GetValue<string>("SpecialConf:AppUrl") ?? (config.GetValue<string>("OptConf:AppUrl") ?? "");
|
||||
imgBasePath = $"{baseUrl}/macchine/small";
|
||||
imgBasePath = $"{baseUrl}/macchine";
|
||||
await loadDetails();
|
||||
detailLoaded = true;
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"DetailedErrors": true,
|
||||
"DetailedErrors": true,
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
},
|
||||
"ServerConf": {
|
||||
"BaseAppPath": "/MP/MON/"
|
||||
}
|
||||
},
|
||||
"ServerConf": {
|
||||
"BaseAppPath": "/MP/MON/"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,16 +5,16 @@
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"MP.Mon": "Server=localhost\\sqlexpress;Database=Jetco_MoonPro;User ID=steamware;Password=viadante16;integrated security=False;MultipleActiveResultSets=True;App=MP.Mon;",
|
||||
"MP.Stats": "Server=localhost\\sqlexpress;Database=Jetco_MoonPro_STATS;User ID=steamware;Password=viadante16;integrated security=False;MultipleActiveResultSets=True;App=MP.STATS;",
|
||||
"Redis": "localhost:6379,DefaultDatabase=1,connectTimeout=5000,syncTimeout=5000,asyncTimeout=5000,abortConnect=false,ssl=false"
|
||||
},
|
||||
"ServerConf": {
|
||||
"BaseAppPath": "/MP/MON/",
|
||||
"maxAge": "2000",
|
||||
"cssOverlayOff": "bg-dark text-light bg-opacity-50"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"MP.Mon": "Server=localhost\\sqlexpress;Database=Jetco_MoonPro;User ID=steamware;Password=viadante16;integrated security=False;MultipleActiveResultSets=True;App=MP.Mon;",
|
||||
"MP.Stats": "Server=localhost\\sqlexpress;Database=Jetco_MoonPro_STATS;User ID=steamware;Password=viadante16;integrated security=False;MultipleActiveResultSets=True;App=MP.STATS;",
|
||||
"Redis": "localhost:6379,DefaultDatabase=1,connectTimeout=5000,syncTimeout=5000,asyncTimeout=5000,abortConnect=false,ssl=false"
|
||||
},
|
||||
"ServerConf": {
|
||||
"BaseAppPath": "/MP/MON/",
|
||||
"maxAge": "2000",
|
||||
"cssOverlayOff": "bg-dark text-light bg-opacity-50"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"DetailedErrors": true,
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
},
|
||||
"ServerConf": {
|
||||
"BaseAppPath": "/MP/MON/"
|
||||
}
|
||||
},
|
||||
"ServerConf": {
|
||||
"BaseAppPath": "/MP/MON/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user