diff --git a/Presentation/Nop.Web/App_Data/appsettings.json b/Presentation/Nop.Web/App_Data/appsettings.json index 1682296c..ebb97bd3 100644 --- a/Presentation/Nop.Web/App_Data/appsettings.json +++ b/Presentation/Nop.Web/App_Data/appsettings.json @@ -1,6 +1,6 @@ { "ConnectionStrings": { - "ConnectionString": "Data Source=100.73.220.50;Initial Catalog=FruitBank_DEV;Integrated Security=False;Persist Security Info=False;User ID=sa;Password=v6f_?xNfg9N1;Trust Server Certificate=True", + "ConnectionString": "Data Source=100.73.220.50;Initial Catalog=FruitBank_PROD;Integrated Security=False;Persist Security Info=False;User ID=sa;Password=v6f_?xNfg9N1;Trust Server Certificate=True", "DataProvider": "sqlserver", "SQLCommandTimeout": null, "WithNoLock": false diff --git a/Presentation/Nop.Web/appsettings.json b/Presentation/Nop.Web/appsettings.json index b779b902..e690a221 100644 --- a/Presentation/Nop.Web/appsettings.json +++ b/Presentation/Nop.Web/appsettings.json @@ -24,10 +24,10 @@ } //A NopLogWriter DI-only writer (5 szolgáltatás-függőség) — a config-úton nincs (AppType, LogLevel, string) ctor-a, MissingMethodException-t okozott. //A DI-regisztrációja (PluginNopStartup: AddScoped) változatlanul él. - //,{ - // "LogLevel": "Detail", - // "LogWriterType": "Mango.Nop.Services.Loggers.NopLogWriter, Mango.Nop.Services, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" - //} + ,{ + "LogLevel": "Detail", + "LogWriterType": "Mango.Nop.Services.Loggers.NopLogWriter, Mango.Nop.Services, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" + } ] } }, diff --git a/Presentation/Nop.Web/wwwroot/app/latest/fruitbank.apk b/Presentation/Nop.Web/wwwroot/app/latest/fruitbank.apk index 9d6a1ce6..442ee012 100644 Binary files a/Presentation/Nop.Web/wwwroot/app/latest/fruitbank.apk and b/Presentation/Nop.Web/wwwroot/app/latest/fruitbank.apk differ diff --git a/Presentation/Nop.Web/wwwroot/app/latest/fruitbank_.apk b/Presentation/Nop.Web/wwwroot/app/latest/fruitbank_.apk new file mode 100644 index 00000000..9d6a1ce6 Binary files /dev/null and b/Presentation/Nop.Web/wwwroot/app/latest/fruitbank_.apk differ diff --git a/Presentation/Nop.Web/wwwroot/app/versions/1.0.3/app-v1.0.3.apk b/Presentation/Nop.Web/wwwroot/app/versions/1.0.3/app-v1.0.3.apk new file mode 100644 index 00000000..442ee012 Binary files /dev/null and b/Presentation/Nop.Web/wwwroot/app/versions/1.0.3/app-v1.0.3.apk differ diff --git a/Presentation/Nop.Web/wwwroot/app/versions/1.0.3/changelog.txt b/Presentation/Nop.Web/wwwroot/app/versions/1.0.3/changelog.txt new file mode 100644 index 00000000..b3443f32 --- /dev/null +++ b/Presentation/Nop.Web/wwwroot/app/versions/1.0.3/changelog.txt @@ -0,0 +1 @@ +Leltár funkció aktiválása \ No newline at end of file