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

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

#cms properties
# The following property defines the prefix used internally by the CMS system
# to identify requests that it needs to process
asset.server.url.prefix.internal=cmsstatic

#prefix used by cms for secure channel. Useful when your regular prefix begins with http:
asset.server.url.prefix.secure=

# When serving custom Pages or Structured Content fields, the url prefix defined
# above will be replaced with the string below.   This is useful for sites
# that have a separate image domain or use a CDN to render images.   This works well
# with CMS's that own the image part of your domain CNAME
asset.server.url.prefix=

# prefix in front of all urls that hit your storefront from the admin. This is useful
# when the storefront is located on a different server from the admin (e.g. http://storefront:8080/)
store.front.webapp.prefix=

# Cause cms sandbox items to be automatically approved without workflow
automatically.approve.static.assets=true
automatically.approve.pages=true
automatically.approve.structured.content=true




© 2015 - 2025 Weber Informatics LLC | Privacy Policy