diff --git a/Presentation/Nop.Web/App_Data/appsettings.json b/Presentation/Nop.Web/App_Data/appsettings.json new file mode 100644 index 0000000..e9177c4 --- /dev/null +++ b/Presentation/Nop.Web/App_Data/appsettings.json @@ -0,0 +1,74 @@ +{ + "ConnectionStrings": { + "ConnectionString": "Data Source=185.51.190.197;Initial Catalog=NopCommerce_DEV;Integrated Security=False;Persist Security Info=False;User ID=sa;Password=v6f_?xNfg9N1;Trust Server Certificate=True", + "DataProvider": "sqlserver", + "SQLCommandTimeout": null, + "WithNoLock": false + }, + "AzureBlobConfig": { + "ConnectionString": "", + "ContainerName": "", + "EndPoint": "", + "AppendContainerName": true, + "StoreDataProtectionKeys": false, + "DataProtectionKeysContainerName": "", + "DataProtectionKeysVaultId": "" + }, + "CacheConfig": { + "DefaultCacheTime": 60, + "LinqDisableQueryCache": false + }, + "CommonConfig": { + "DisplayFullErrorStack": false, + "UserAgentStringsPath": "~/App_Data/browscap.xml", + "CrawlerOnlyUserAgentStringsPath": "~/App_Data/browscap.crawlersonly.xml", + "CrawlerOnlyAdditionalUserAgentStringsPath": "~/App_Data/additional.crawlers.xml", + "UseSessionStateTempDataProvider": false, + "ScheduleTaskRunTimeout": null, + "StaticFilesCacheControl": "public,max-age=31536000", + "PluginStaticFileExtensionsBlacklist": "", + "ServeUnknownFileTypes": false, + "UseAutofac": true, + "PermitLimit": 0, + "QueueCount": 0, + "RejectionStatusCode": 503 + }, + "DistributedCacheConfig": { + "DistributedCacheType": "redissynchronizedmemory", + "Enabled": false, + "ConnectionString": "127.0.0.1:6379,ssl=False", + "SchemaName": "dbo", + "TableName": "DistributedCache", + "InstanceName": "nopCommerce", + "PublishIntervalMs": 500 + }, + "HostingConfig": { + "UseProxy": false, + "ForwardedProtoHeaderName": "", + "ForwardedForHeaderName": "", + "KnownProxies": "", + "KnownNetworks": "" + }, + "InstallationConfig": { + "DisableSampleData": false, + "DisabledPlugins": "", + "InstallRegionalResources": true + }, + "PluginConfig": { + "UseUnsafeLoadAssembly": true + }, + "WebOptimizer": { + "EnableJavaScriptBundling": true, + "EnableCssBundling": true, + "JavaScriptBundleSuffix": ".scripts", + "CssBundleSuffix": ".styles", + "EnableCaching": true, + "EnableMemoryCache": true, + "EnableDiskCache": true, + "CacheDirectory": "C:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web\\wwwroot\\bundles", + "EnableTagHelperBundling": false, + "CdnUrl": "", + "AllowEmptyBundle": true, + "HttpsCompression": 2 + } +} \ No newline at end of file diff --git a/Presentation/Nop.Web/App_Data/plugins.json b/Presentation/Nop.Web/App_Data/plugins.json new file mode 100644 index 0000000..0b09fe1 --- /dev/null +++ b/Presentation/Nop.Web/App_Data/plugins.json @@ -0,0 +1,110 @@ +{ + "InstalledPluginNames": [ + "Obsolete field, using only for compatibility" + ], + "InstalledPlugins": [ + { + "SystemName": "Payments.PayPalCommerce", + "Version": "4.70.6" + }, + { + "SystemName": "DiscountRequirement.MustBeAssignedToCustomerRole", + "Version": "4.70.3" + }, + { + "SystemName": "CurrencyExchange.ECB", + "Version": "4.70.2" + }, + { + "SystemName": "Misc.BillingoInvoicing", + "Version": "1.00" + }, + { + "SystemName": "Misc.Brevo", + "Version": "4.70.12" + }, + { + "SystemName": "Misc.NopMobileApp", + "Version": "4.70.1" + }, + { + "SystemName": "Misc.Omnisend", + "Version": "4.70.2" + }, + { + "SystemName": "Misc.SignalRApi", + "Version": "1.00" + }, + { + "SystemName": "FlirtyFluffersAgeVerification", + "Version": "1.00" + }, + { + "SystemName": "Misc.WebApi.Frontend", + "Version": "4.70.2" + }, + { + "SystemName": "Misc.Zettle", + "Version": "4.70.7" + }, + { + "SystemName": "MultiFactorAuth.GoogleAuthenticator", + "Version": "4.70.4" + }, + { + "SystemName": "Payments.CheckMoneyOrder", + "Version": "4.70.2" + }, + { + "SystemName": "Payments.Manual", + "Version": "4.70.3" + }, + { + "SystemName": "Pickup.PickupInStore", + "Version": "4.70.7" + }, + { + "SystemName": "Shipping.FixedByWeightByTotal", + "Version": "4.70.7" + }, + { + "SystemName": "Shipping.UPS", + "Version": "4.70.8" + }, + { + "SystemName": "Tax.Avalara", + "Version": "4.70.10" + }, + { + "SystemName": "Tax.FixedOrByCountryStateZip", + "Version": "4.70.5" + }, + { + "SystemName": "Widgets.FacebookPixel", + "Version": "4.70.7" + }, + { + "SystemName": "Widgets.GoogleAnalytics", + "Version": "4.70.2" + }, + { + "SystemName": "Widgets.NivoSlider", + "Version": "4.70.2" + }, + { + "SystemName": "Widgets.What3words", + "Version": "4.70.4" + }, + { + "SystemName": "ExternalAuth.Facebook", + "Version": "4.70.4" + }, + { + "SystemName": "AuctionPlugin", + "Version": "1.00" + } + ], + "PluginNamesToUninstall": [], + "PluginNamesToDelete": [], + "PluginNamesToInstall": [] +} \ No newline at end of file