diff --git a/Presentation/Nop.Web/Nop.Web.csproj b/Presentation/Nop.Web/Nop.Web.csproj
index 8deaf24..ed189a9 100644
--- a/Presentation/Nop.Web/Nop.Web.csproj
+++ b/Presentation/Nop.Web/Nop.Web.csproj
@@ -41,11 +41,15 @@
+
true
PreserveNewest
+
+ Always
+
PreserveNewest
diff --git a/Presentation/Nop.Web/appsettings.json b/Presentation/Nop.Web/appsettings.json
new file mode 100644
index 0000000..c496b7c
--- /dev/null
+++ b/Presentation/Nop.Web/appsettings.json
@@ -0,0 +1,28 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ },
+ "AllowedHosts": "*",
+
+ "AyCode": {
+ "ProjectId": "f9f9383f-c459-4b9f-b0b5-201bd4a9c21b",
+ "Urls": {
+ "BaseUrl": "https://localhost:59579",
+ "ApiBaseUrl": "https://localhost:59579"
+ },
+ "Logger": {
+ "AppType": "Server",
+ "LogLevel": "Detail",
+ "LogWriters": [
+ {
+ "LogLevel": "Detail",
+ "LogWriterType": "FruitBank.Common.Server.Services.Loggers.ConsoleLogWriter, FruitBank.Common.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
+ }
+ ]
+ }
+
+ }
+}
\ No newline at end of file