This repository has been archived by the owner on Aug 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7f0d913
commit 5545588
Showing
31 changed files
with
242 additions
and
386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 1 addition & 6 deletions
7
Sources/EPiServer.Reference.Commerce.Manager/Configs/ecf.catalog.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
<?xml version="1.0"?> | ||
<Catalog autoConfigure="true"> | ||
<Connection connectionStringName="EcfSqlConnection" /> | ||
<Cache enabled="true" collectionTimeout="0:15:0" entryTimeout="0:15:0" nodeTimeout="0:15:0" schemaTimeout="0:15:0" /> | ||
<Encoding imageQualityPercentage="80" defaultFormat="jPeg" /> | ||
<Roles /> | ||
<Events> | ||
<add type="Mediachase.Commerce.Catalog.Loggers.CatalogLogger, Mediachase.Commerce" /> | ||
</Events> | ||
<Cache enabled="true" collectionTimeout="0:15:0" entryTimeout="0:15:0" nodeTimeout="0:15:0" schemaTimeout="0:15:0" /> | ||
</Catalog> |
3 changes: 1 addition & 2 deletions
3
Sources/EPiServer.Reference.Commerce.Manager/Configs/ecf.customer.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
<?xml version="1.0"?> | ||
<Customers autoInstall="true" demoInstall="true"> | ||
<Cache enabled="true" contactCollectionTimeout="0:1:0" contactTimeout="0:1:0" addressCollectionTimeout="0:1:0" addressTimeout="0:1:0" creditCardCollectionTimeout="0:1:0" creditCardTimeout="0:1:0" organizationCollectionTimeout="0:1:0" organizationTimeout="0:1:0" /> | ||
<Connection connectionStringName="EcfSqlConnection" /> | ||
<Roles /> | ||
<Connection connectionStringName="EcfSqlConnection" /> | ||
</Customers> |
2 changes: 2 additions & 0 deletions
2
Sources/EPiServer.Reference.Commerce.Manager/Configs/ecf.customization.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
<?xml version="1.0"?> | ||
<!-- Customization Configuration --> | ||
<!-- This section is obsoleted since customization configuration class was obsoleted and only kept for backwards compatibility. --> | ||
<Customization autoInstall="true"> | ||
<Connection connectionStringName="EcfSqlConnection" /> | ||
</Customization> |
2 changes: 2 additions & 0 deletions
2
Sources/EPiServer.Reference.Commerce.Manager/Configs/ecf.marketing.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.