Configuring System Settings
Elastic Path Commerce has five types of settings you can configure. This page contains descriptions of the settings that can be configured in the Configuration area of the Elastic Path Admin Console.
note
Certain settings can be overridden at run time via Java system properties on the command line. When a setting override is in effect, the setting will not be visible in the Elastic Path Admin Console.
Elastic Path CloudOps overrides settings at run time to inject configuration values that are managed by CloudOps.
-
System settings have a global scope and only one value for each setting.
For example, the location of the assets folder is a system setting. In the Commerce Manager, system setting names begin with
COMMERCE/SYSTEM
. -
Store specific settings are settings that are unique for each individual store.
For example, the theme setting is a store specific setting. In the Commerce Manager, Store-specific setting names begin with
COMMERCE/STORE
. -
Application-specific settings are unique settings for the web applications (Cortex, Commerce Manager, Search Server, Integration Server, etc).
For example, an application-specific setting is
idleTimeForLock
, which is the amount of time of user inactivity required to pass in order to terminate user session. In the Commerce Manager, application-specific setting names begin withCOMMERCE/APPSPECIFIC/<appName>
. -
Search settings can be both store-specific and application specific.
You can customize the search settings so each store, application, and index have different values. These settings are described in detail further in the System configuration settings reference. In the Commerce Manager, search setting names begin with
COMMERCE/SEARCH
. -
These define the cache timeout values used for the interval-based refresh strategy. In the Commerce Manager, cache setting names begin with
COMMERCE/Cache
Elastic Path 7.5.0 provides you with two tools to modify your system configurations settings:
- Commerce Manager
- Ep-Core-Tool
Many setting changes do not require restarting the web applications. Changes take effect either immediately or based on their refresh strategy.
System Settings
COMMERCE/SYSTEM/ABANDONEDCARTCLEANUP/batchSize
The maximum number of carts to cleanup in one transaction.
Type: Integer
Default value: 1000
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/ANONYMOUSCUSTOMERCLEANUP/batchSize
The maximum number of anonymous customers to cleanup in one transaction.
Type: Integer
Default refresh strategy: application
Default value: 1000
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/ANONYMOUSCUSTOMERCLEANUP/maxHistory
The number of days of anonymous customer history to keep before a Quartz job clears it.
Type: Integer
Default refresh strategy: application
Default value: 60
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/ASSETS/assetLocation
The path to the directory that contains assets required by the application, including images, theme files, and digital goods.
System property override: -Dep.asset.location
Type: String
Default value: -
Default refresh strategy: application
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/ASSETS/cmAssetsSubfolder
The name of the subfolder within the assets directory that contains non store specific resources, such as email message templates.
Type: String
Default refresh strategy: application
Default value: cmassets
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/ASSETS/contentWrappersLocation
The name of the subfolder within the assets directory that contains the Content Wrapper XML
and CWT
files.
Type: String
Default refresh strategy: interval:timeout=COMMERCE/Cache/Cache_1
Default value: content-wrappers
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/ASSETS/importAssetsSubfolder
The name of the subfolder within the assets directory that contains imported CSV (Comma Separated Values) files.
Type: String
Default value: import
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/ASSETS/themesSubfolder
The name of the subfolder within the assets directory that contains store themes.
Type: String
Default refresh strategy: application
Default value: themes
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/CATALOG/catalogTopSellerCount
The number of top seller products to display when browsing categories in the store. (The top seller job must also be enabled.)
Type: Integer
Default refresh strategy: session
Default value: 2
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/CHANGESETS/enable
Determines whether change sets are enabled. When set to true, CM users can add objects to a change set to prevent others from editing them. Setting this to false will disable the feature.
System property override: -Dep.changesets.enabled
Type: Boolean
Default refresh strategy: interval:timeout=COMMERCE/Cache/Cache_1
Default value: false
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/CONTENTWRAPPERS/reloadInterval
Specifies how often the content wrapper XML files and templates (*.cwt
) are reloaded (in seconds).
Type: Integer
Default refresh strategy: interval:timeout=COMMERCE/Cache/Cache_1
Default value: 600
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/EMAIL/emailAuthenticationPassword
The password used to authenticate with the EmailService.
System property override: -Dep.smtp.password
Type: String
Default value: 111111
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/EMAIL/emailAuthenticationUsername
The username used to authenticate with the Email service.
System property override: -Dep.smtp.username
Type: String
Default value: cmuser
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/EMAIL/emailGlobalSenderAddress
The email address used to send out global, non store specific emails.
Type: String
Default value: customerService@SomeDomain.com
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/EMAIL/emailGlobalSenderName
The sender name used in global, non store specific emails.
Type: String
Default value: Customer Service
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/EMAIL/emailTextTemplateEnabled
Determines whether to use the plain text template for sending store emails. Set to true to use the plain text template or false to use the HTML template.
Type: Boolean
Default value: false
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/EMAIL/mailHost
The host name of the email server.
System property override: -Dep.smtp.host
Type: String
Default value: -
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/EMAIL/mailPort
The listener port of the email server.
System property override: -Dep.smtp.port
Type: Integer
Default value: 25
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/EMAIL/smtpScheme
The protocol scheme of the email server. Expected values are smtp
or smtps
System property override: -Dep.smtp.scheme
Type: String
Default value: smtp
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/FAILEDORDERCLEANUP/batchSize
The maximum number of failed orders to clean up in one transaction.
Type: String
Default value: 1000
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/FAILEDORDERCLEANUP/maxHistory
The number of days orders with state failed will be kept before a Quartz job removes them from the system.
Type: String
Default value: 60
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/FILTEREDNAVIGATION/separatorInToken
Defines the field separator that is used in the filtered navigation.
Type: String
Default refresh strategy: interval:timeout=COMMERCE/Cache/Cache_2
Default value: _
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/FILTEREDNAVIGATION/filteredNavigationConfiguration
The configuration XML for filtered (faceted) navigation.
Type: String
Default refresh strategy: interval:timeout=COMMERCE/Cache/Cache_2
Default value:
<!-- Configuration file for filtered navigation -->
<!-- For range values, lower bounds are inclusive, upper values are exclusive. -->
<IntelligentBrowsing>
</IntelligentBrowsing>
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/IMPORT/importJobMaxAge
The maximum age (in seconds) a completed import job will remain in the database before it is deleted by the import job clean-up processor.
Type: Integer
Default refresh strategy: interval:timeout=COMMERCE/Cache/Cache_1
Default value: 172800
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/IMPORT/staleImportJobTimeout
The period of time (in minutes) before an import job is considered stale.
Type: Integer
Default refresh strategy: interval:timeout=COMMERCE/Cache/Cache_1
Default value: 5
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/MESSAGING/ORDERS/channelUri
The URI of the channel on which Order Event messages are sent and received. Changes will not take effect until applications using this setting have been restarted.
Type: String
Default value: jms:topic:VirtualTopic.ep.orders
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/ORDERLOCK/batchSize
The maximum number of order locks to clean up in one transaction.
Type: Integer
Default value: 200
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/ORDERLOCK/minsBeforeCleanUp
The number of minutes to maintain order locks. At the end of this period, all order locks will be deleted by the cleanupOrderLocksJob
Quartz job.
Type: Integer
Default value: 120
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/SEARCH/searchHost
The search server’s URL. If this is not set correctly, searching and browsing in the store and in Admin Console will not work.
For a search server cluster, this setting must contain two values. The default value must be set to the load balancer URL. A defined value with the context set to 'master’ must be set to the master search server URL.
System property overrides:
-Dep.search.default.url
(default)-Dep.search.master.url
(master)
Type: String
Default refresh strategy: interval:timeout=COMMERCE/Cache/Cache_1
Default value: -
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/SESSIONCLEANUP/batchSize
The maximum number of customer sessions to clean up in one transaction.
Type: Integer
Default value: 1000
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/SHIPPING/carriers
The comma-delimited list of supported shipping carriers.
Type: String
Default value: Fed Ex
, UPS
, Canada Post
, Royal Mail
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/UNITS/length
The unit of measurement applying to all product lengths. For example, CM
or FT
.
Type: String
Default value: CM
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/UNITS/weight
The unit of measurement applying to all product weights. For example, KG
or LB
.
Type: String
Default value: KG
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/datafileEncoding
The character encoding used to import CSV data files and to export data files and reports.
Type: String
Default refresh strategy: session
Default value: UTF-8
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/digitalAssetEncryptionKey
The encryption key used to encrypt the URLs of digital assets. The key must be at least 25 characters long.
Type: String
Default value: digital asset encryption key must be changed in production
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/emailEnabled
Specifies whether email is enabled. If set to false
, the system does not send any email (order confirmations, password changes, etc.) If it is set to true
, the system will attempt to send email as required. Make sure all other email related settings are set correctly when this setting is true
, otherwise an error will occur when attempting to send email.
Type: Boolean
Default value: true
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/encryptionKey
The encryption key used to encrypt credit card numbers. The key must be at least 25 characters long.
Type: String
Default value: this must be changed in production
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/localeDateFormat
The format of date strings in import files.
Type: String
Default value: EEE MMM dd HH:mm:ss yyyy
Context: None. (System and cache settings are system-wide.)
Store Specific Settings
COMMERCE/STORE/theme
The theme associated with the store. (The name of the subfolder under the themes directory that contains the theme’s templates, CSS files, and other resources.)
Type: String
Default refresh strategy: interval:timeout=COMMERCE/Cache/Cache_2
Default value: electronics
Context: The store code.
COMMERCE/STORE/SEARCH/searchCategoriesFirst
When set to true
, searches in the storefront will search categories before searching products, and if a category match is found, the first matching category page is displayed instead of the search results page.
Type: Boolean
Default refresh strategy: interval:timeout=COMMERCE/Cache/Cache_1
Default value: true
Context: The store code.
Available in Store Marketing tab: true
COMMERCE/STORE/PRODUCTRECOMMENDATIONS/numberOrderHistoryDays
The number of days of historical order data to use when calculating product recommendations. For example, if the value is 3
, product recommendations are calculated based on all orders created during the past three days.
Type: Integer
Default refresh strategy: session
Default value: 3
Context: The store code.
Available in Store Marketing tab: true
COMMERCE/STORE/PRODUCTRECOMMENDATIONS/numberMaxRecommendations
The maximum number of product recommendations to display.
Type: Integer
Default value: 3
Context: The store code.
Available in Store Marketing tab: true
COMMERCE/STORE/CATALOG/featuredProductCountToDisplay
The number of featured products to display when browsing a catalog with either no filters or only one filter applied.
Type: Integer
Default refresh strategy: session
Default value: 2
Context: The store code.
Available in Store Marketing tab: true
COMMERCE/STORE/CATALOG/catalogSitemapPagination
The maximum number of products listed on a page in the sitemap.
Type: Integer
Default value: 90
Context: The store code.
Available in Store Marketing tab: true
COMMERCE/STORE/FILTEREDNAVIGATION/attributeFilterEnabled
True if attribute filtering is enabled for filtered navigation, false if not.
Type: Boolean
Default refresh strategy: interval:timeout=COMMERCE/Cache/Cache_3
Default value: true
Context: The store code.
COMMERCE/STORE/storefrontUrl
The secure (HTTPS) storefront URL. This URL is used by the Commerce Manager application for CSR (Customer Service Representative) login on behalf of customers. Certain customer service activities, such as editing orders, require the CSR to log in as the customer. The Commerce Manager application uses this URL to perform the login. If the specified URL does not begin with https://
, the login request will fail and the CSR will not be able to perform the action.
Type: String
Default value: https://localhost:8443/storefront
Context: The store code.
COMMERCE/STORE/SEARCH/showBundlesFirst
Set to true to display product bundles before other products in storefront search results.
Type: Boolean
Default value: true
Context: The store code.
Available in Store Marketing tab: true
COMMERCE/STORE/SESSIONCLEANUP/maxHistory
The number of days of customer session history to maintain. At the end of this period, all sessions with empty shopping carts are removed by the cleanupSessionsJob
Quartz job.
Type: Integer
Default value: 60
Context: The store code.
COMMERCE/STORE/ABANDONEDCARTCLEANUP/maxHistory
This setting controls the number of days of cart history to keep before a Quartz job clears it.
Type: Integer
Default value: 60
Context: The store code.
COMMERCE/STORE/listPagination
The maximum number of list elements per page that the API resource will return for paginated objects.
Type: Integer
Default value: 20
Context: The store code.
Application Specific Settings
COMMERCE/APPSPECIFIC/RCP/minimumPasswordLength
The minimum user password length. Note that the default value complies with PCI (Payment Card Industry) DSS (Data Security Standard) security guidelines. Before changing this setting, make sure the change is compatible with your organization’s PCI compliance policy.
Type: Integer
Default value: 8
Context: The application name.
COMMERCE/APPSPECIFIC/RCP/maximumPasswordAge
The number of days after first logon before the user password expires. Note that the default value complies with PCI DSS security guidelines. Before changing this setting, make sure the change is compatible with your organization’s PCI compliance policy.
Type: Integer
Default value: 90
Context: The application name.
COMMERCE/APPSPECIFIC/RCP/passwordHistoryLength
Number of passwords without repetition including current user password.
Type: Integer
Default value: 4
Context: The application name.
COMMERCE/APPSPECIFIC/RCP/accountLockoutThreshold
The minimum number of unique passwords, including current CM user password, before the user can re-use a previous password. Note that the default value complies with PCI DSS security guidelines. Before changing this setting, make sure the change is compatible with your organization’s PCI compliance policy.
Type: Integer
Default value: 6
Context: The application name.
COMMERCE/APPSPECIFIC/RCP/idleTimeForLock
Number of minutes of inactivity before the Commerce Manager is locked and the user is required to re-enter their password. Set to 0
to disable. Note that the default value complies with PCI DSS security guidelines. Before changing this setting, make sure the change is compatible with your organization’s PCI compliance policy.
Type: Integer
Default value: 15
Context: The application name.
COMMERCE/APPSPECIFIC/RCP/PRICING/maximumBaseAmounts
The maximum number of base amount rows to display in the pricing editor.
Type: Integer
Default value: 1000
Context: The application name.
Search Settings
COMMERCE/SEARCH/maxReturnNumber
The maximum number of matching items to include in search results. The default is 0
, which specifies no limit.
Type: Integer
Default refresh strategy: interval:timeout=COMMERCE/Cache/Cache_1
Default value: 0
Context:
If the setting is application-specific, the format is: APPSPECIFIC/appName/indexName
, where:
appName
is the application name (RCP - Rich Client Platform)indexName
is the index name (product, category, customer, order, orderreturn or promotion)
If the setting is store-specific, the format is: STORE/storeCode/indexName
, where:
storeCode
is the store codeindexName
is the index name (product or category)
note
The context is case-sensitive.
COMMERCE/SEARCH/minimumSimilarity
Used for fuzzy searching. This specifies how similar a term must be in order to match the query term. It must be set to a value between 0
and 1
, not inclusive. (1
means it must be an exact match and 0
means the terms do not need to match at all.)
Type: BigDecimal
Default refresh strategy: interval:timeout=COMMERCE/Cache/Cache_1
Default value: 0.75
Context:
If the setting is application-specific, the format is: APPSPECIFIC/appName/indexName
, where:
appName
is the application name (RCP)indexName
is the index name (product, category, customer, order, orderreturn or promotion)
If the setting is store-specific, the format is: STORE/storeCode/indexName
, where:
storeCode
is the store codeindexName
is the index name (product or category)
note
The context is case-sensitive.
COMMERCE/SEARCH/prefixLength
Type: Integer
Default refresh strategy: interval:timeout=COMMERCE/Cache/Cache_1
Default value: 0
Context:
If the setting is application-specific, the format is: APPSPECIFIC/appName/indexName
, where:
appName
is the application name (RCP)indexName
is the index name (product, category, customer, order, orderreturn or promotion)
If the setting is store-specific, the format is: STORE/storeCode/indexName
, where:
storeCode
is the store codeindexName
is the index name (product or category)
note
The context is case-sensitive.
COMMERCE/SEARCH/minimumResultsThreshold
Used by the spell checker. Results that are below or equal to this number will trigger a spelling suggestion lookup.
Type: Integer
Default refresh strategy: interval:timeout=COMMERCE/Cache/Cache_1
Default value: 10
Context:
If the setting is application-specific, the format is: APPSPECIFIC/appName/indexName
, where:
appName
is the application name (RCP)indexName
is the index name (product, category, customer, order, orderreturn or promotion)
If the setting is store-specific, the format is: STORE/storeCode/indexName
, where:
storeCode
is the store codeindexName
is the index name (product or category)
note
The context is case-sensitive.
COMMERCE/SEARCH/maximumResultsThreshold
Used by the spell checker. Results that are above or equal to this number will trigger a spelling suggestion lookup.
Type: Integer
Default refresh strategy: interval:timeout=COMMERCE/Cache/Cache_1
Default value: 10000
Context:
If the setting is application-specific, the format is: APPSPECIFIC/appName/indexName
, where:
appName
is the application name (RCP)indexName
is the index name (product, category, customer, order, orderreturn or promotion)
If the setting is store-specific, the format is: STORE/storeCode/indexName
, where:
storeCode
is the store codeindexName
is the index name (product or category)
note
The context is case-sensitive.
COMMERCE/SEARCH/maximumSuggestionsPerWord
Used by the spell checker. The maximum number of spelling suggestions to return.
Type: Integer
Default refresh strategy: interval:timeout=COMMERCE/Cache/Cache_1
Default value: 3
Context:
If the setting is application-specific, the format is: APPSPECIFIC/appName/indexName
, where:
appName
is the application name (RCP)indexName
is the index name (product, category, customer, order, orderreturn or promotion)
If the setting is store-specific, the format is: STORE/storeCode/indexName
, where:
storeCode
is the store codeindexName
is the index name (product or category)
note
The context is case-sensitive.
COMMERCE/SEARCH/accuracy
Sets the accuracy of spelling suggestions. This value works the same as COMMERCE/SEARCH/minimumSimilarity
.
Type: BigDecimal
Default refresh strategy: interval:timeout=COMMERCE/Cache/Cache_1
Default value: 0.75
Context:
If the setting is application-specific, the format is: APPSPECIFIC/appName/indexName
, where:
appName
is the application name (RCP)indexName
is the index name (product, category, customer, order, orderreturn or promotion)
If the setting is store-specific, the format is: STORE/storeCode/indexName
, where:
storeCode
is the store codeindexName
is the index name (product or category)
note
The context is case-sensitive.
COMMERCE/SEARCH/boosts
A comma-separated list of field name/value pairs that attribute greater importance to values matched in specific fields. For example: categoryCode=0.5,productCode=0.5,categoryName_en=2.0,description_en=0.2
. By default, all fields have a boost value of 1.0
.
Type: Map<String, String>
Default refresh strategy: interval:timeout=COMMERCE/Cache/Cache_1
Default value: -
Context:
If the setting is application-specific, the format is: APPSPECIFIC/appName/indexName
, where:
appName
is the application name (RCP)indexName
is the index name (product, category, customer, order, orderreturn or promotion)
If the setting is store-specific, the format is: STORE/storeCode/indexName
, where:
storeCode
is the store codeindexName
is the index name (product or category)
note
The context is case-sensitive.
COMMERCE/SEARCH/excludeAttributes
Specifies a comma-separated list of attribute keys that should be not be included when searching all fields. For example: "A00981
,A01012
"
Type: Collection<String>
Default refresh strategy: interval:timeout=COMMERCE/Cache/Cache_1
Default value: -
Context:
If the setting is application-specific, the format is: APPSPECIFIC/appName/indexName
, where:
appName
is the application name (RCP)indexName
is the index name (product, category, customer, order, orderreturn or promotion)
If the setting is store-specific, the format is: STORE/storeCode/indexName
, where:
storeCode
is the store codeindexName
is the index name (product or category)
note
The context is case-sensitive.
COMMERCE/SEARCH/indexOptimizationInterval
Specifies how often (in minutes) the index specified in the context is optimized. Optimization is only required after an index is updated, so if the index is updated frequently, you may want to optimize more frequently by specifying a lower value.
Note that the repeatInterval
property of the optimizeSearchIndicesTrigger
bean determines the smallest interval between index optimizations; if indexOptimizationInterval
is less than repeatInterval
, then the effective interval will be the repeatInterval
.
Type: Integer
Default value: 720
Context:
If the setting is application-specific, the format is: APPSPECIFIC/appName/indexName
, where:
appName
is the application name (RCP)indexName
is the index name (product, category, customer, order, orderreturn or promotion)
If the setting is store-specific, the format is: STORE/storeCode/indexName
, where:
storeCode
is the store codeindexName
is the index name (product or category)
note
The context is case-sensitive.
Cache Settings
COMMERCE/Cache/Cache_1
For each setting that is mapped to this cache, specifies the period of time (in milliseconds) during which the setting value is cached.
At the end of the interval, the cached value is invalidated and the next time it is requested, the value is retrieved directly from the database and the cache is updated. The name of this setting can be used when specifying the refresh strategy for another setting.
To assign a setting to this cache, set the value of that setting’s apiRefreshStrategy
metadata setting to interval:timeout=COMMERCE/Cache/Cache_1
.
Type: Integer
Default value: 300000
Context: None. (System and cache settings are system-wide.)
COMMERCE/Cache/Cache_2
For each setting that is mapped to this cache, specifies the period of time (in milliseconds) during which the setting value is cached.
At the end of the interval, the cached value is invalidated and the next time it is requested, the value is retrieved directly from the database and the cache is updated. The name of this setting can be used when specifying the refresh strategy for another setting.
To assign a setting to this cache, set the value of that setting’s apiRefreshStrategy
metadata setting to interval:timeout=COMMERCE/Cache/Cache_2
.
Type: Integer
Default value: 60000
Context: None. (System and cache settings are system-wide.)
COMMERCE/Cache/Cache_3
For each setting that is mapped to this cache, specifies the period of time (in milliseconds) during which the setting value is cached.
At the end of the interval, the cached value is invalidated and the next time it is requested, the value is retrieved directly from the database and the cache is updated. The name of this setting can be used when specifying the refresh strategy for another setting.
To assign a setting to this cache, set the value of that setting’s apiRefreshStrategy
metadata setting to interval:timeout=COMMERCE/Cache/Cache_2
.
Type: Integer
Default value: 60000
Context: None. (System and cache settings are system-wide.)
COMMERCE/STORE/FILTEREDNAVIGATION/filteredNavigationConfiguration
The configuration XML for filtered (faceted) navigation.
Type: String
Default refresh strategy: interval:timeout=COMMERCE/Cache/Cache_2
Default value:
<!-- Configuration file for filtered navigation -->
<!-- For range values, lower bounds are inclusive, upper values are exclusive. -->
<IntelligentBrowsing>
</IntelligentBrowsing>
Context: None. (System and cache settings are system-wide.)
COMMERCE/SYSTEM/MESSAGING/DATASYNC/channelUri
The URI of the channel on which the DST (Data Sync Tool) event messages are sent and received. Ensure that the application using this setting are restarted for the changes to apply.
Type: String
Default value: jms:queue:ep.dst
Context: None
COMMERCE/SYSTEM/DATASYNC/ERROREMAIL/address
The email address to which the error details of the data synchronization failure is sent.
Type: String
Default value: no-reply@elasticpath.com
Context: None