Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
[publish] 2.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarincev committed May 11, 2017
1 parent 2a0e8c9 commit 9f92107
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
[assembly: AssemblyProduct("Virto Commerce Storefront")]
[assembly: AssemblyCopyright("Copyright © VirtoCommerce 2011-2016")]

[assembly: AssemblyFileVersion("2.21.2.0")]
[assembly: AssemblyVersion("2.21.2.0")]
[assembly: AssemblyFileVersion("2.21.3.0")]
[assembly: AssemblyVersion("2.21.3.0")]

#if DEBUG
[assembly: AssemblyConfiguration("Debug")]
Expand Down
2 changes: 1 addition & 1 deletion VirtoCommerce.Storefront/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</configSections>
<connectionStrings>
<add name="VirtoCommerceBaseUrl" connectionString="http://localhost/admin" />
<add name="ContentConnectionString" connectionString="provider=LocalStorage;rootPath=~/App_Data/cms-content" />
<add name="ContentConnectionString" connectionString="provider=LocalStorage;rootPath=c:\Projects\VirtoCommerce\vc-community\VirtoCommerce.Platform.Web\App_Data\cms-content" />
<!--<add name="ContentConnectionString" connectionString="provider=AzureBlobStorage;rootPath=cms-content;DefaultEndpointsProtocol=https;AccountName=yourAccountName;AccountKey=yourAccountKey" />-->
<add name="RedisCache" connectionString="endpoint,password=SECRET,ssl=True,abortConnect=False" />
</connectionStrings>
Expand Down

0 comments on commit 9f92107

Please sign in to comment.