All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config.bc.fw.common.properties Maven / Gradle / Ivy

There is a newer version: 3.1.15-GA
Show newest version
###
# #%L
# BroadleafCommerce Framework
# %%
# Copyright (C) 2009 - 2013 Broadleaf Commerce
# %%
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# 
#       http://www.apache.org/licenses/LICENSE-2.0
# 
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# #L%
###

# Page (or batch) size for Solr reindexing
solr.index.product.pageSize=100
# This indicates that the SolrIndexService should throw an exception if more than one thread attempt concurrent reindexing
# If false, the service will log it and return gracefully.
solr.index.errorOnConcurrentReIndex=false

pricing.retry.count.for.lock.failure=3
pricing.retry.wait.interval.for.lock.failure=500

stop.checkout.on.single.payment.failure=false

# If true, if the same item is added to the cart, the quantity will automatically be updated.   
automatically.merge.like.items=true

# Indicates the cart should be cleared if the locale changes
clearCartOnLocaleSwitch=false

password.site.encoder=org.springframework.security.authentication.encoding.PlaintextPasswordEncoder

# Max number of rows queried at a time by the CategorySiteMapGenerator
category.site.map.generator.row.limit=100

# Max number of rows queried at a time by the ProductSiteMapGenerator
product.site.map.generator.row.limit=100

# If true, The DefaultPaymentGatewayCheckoutService will use the billing address sent back from the gateway.
default.payment.gateway.checkout.useGatewayBillingAddress=true

# If true, the BroadleafCacheProcessor will not cache templates
disableThymeleafTemplateCaching=false






© 2015 - 2024 Weber Informatics LLC | Privacy Policy