Compare commits
3 Commits
a5908b19f5
...
263bd40fe9
| Author | SHA1 | Date |
|---|---|---|
|
|
263bd40fe9 | |
|
|
92367683ca | |
|
|
6bec0eb49f |
|
|
@ -459,6 +459,6 @@ Global
|
|||
SolutionGuid = {EE72A8B2-332A-4175-9319-6726D36E9D25}
|
||||
EndGlobalSection
|
||||
GlobalSection(NDepend) = preSolution
|
||||
Project = ".\NopCommerce.ndproj"
|
||||
Project = ".\FruitBan.ndproj"
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"ConnectionStrings": {
|
||||
"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",
|
||||
"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",
|
||||
"DataProvider": "sqlserver",
|
||||
"SQLCommandTimeout": null,
|
||||
"WithNoLock": false
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
"EnableCaching": true,
|
||||
"EnableMemoryCache": true,
|
||||
"EnableDiskCache": true,
|
||||
"CacheDirectory": "D:\\REPOS\\MANGO\\source\\src\\Presentation\\Nop.Web\\wwwroot\\bundles",
|
||||
"CacheDirectory": "\\Presentation\\Nop.Web\\wwwroot\\bundles",
|
||||
"EnableTagHelperBundling": false,
|
||||
"CdnUrl": "",
|
||||
"AllowEmptyBundle": true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue