Compare commits
No commits in common. "263bd40fe9cd8e0a35d95f78777a083ab6948d57" and "a5908b19f5e2da76e27d135b3032b880a33a0cc4" have entirely different histories.
263bd40fe9
...
a5908b19f5
|
|
@ -459,6 +459,6 @@ Global
|
||||||
SolutionGuid = {EE72A8B2-332A-4175-9319-6726D36E9D25}
|
SolutionGuid = {EE72A8B2-332A-4175-9319-6726D36E9D25}
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(NDepend) = preSolution
|
GlobalSection(NDepend) = preSolution
|
||||||
Project = ".\FruitBan.ndproj"
|
Project = ".\NopCommerce.ndproj"
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"ConnectionString": "Data Source=195.26.231.218;Initial Catalog=FruitBank_DEV;Integrated Security=False;Persist Security Info=False;User ID=sa;Password=v6f_?xNfg9N1;Trust Server Certificate=True",
|
"ConnectionString": "Data Source=195.26.231.218;Initial Catalog=FruitBank_Test;Integrated Security=False;Persist Security Info=False;User ID=sa;Password=v6f_?xNfg9N1;Trust Server Certificate=True",
|
||||||
"DataProvider": "sqlserver",
|
"DataProvider": "sqlserver",
|
||||||
"SQLCommandTimeout": null,
|
"SQLCommandTimeout": null,
|
||||||
"WithNoLock": false
|
"WithNoLock": false
|
||||||
|
|
@ -65,7 +65,7 @@
|
||||||
"EnableCaching": true,
|
"EnableCaching": true,
|
||||||
"EnableMemoryCache": true,
|
"EnableMemoryCache": true,
|
||||||
"EnableDiskCache": true,
|
"EnableDiskCache": true,
|
||||||
"CacheDirectory": "\\Presentation\\Nop.Web\\wwwroot\\bundles",
|
"CacheDirectory": "D:\\REPOS\\MANGO\\source\\src\\Presentation\\Nop.Web\\wwwroot\\bundles",
|
||||||
"EnableTagHelperBundling": false,
|
"EnableTagHelperBundling": false,
|
||||||
"CdnUrl": "",
|
"CdnUrl": "",
|
||||||
"AllowEmptyBundle": true,
|
"AllowEmptyBundle": true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue