WEB-INF/application.properties
| |
key |
repository.url
|
example value |
http://localhost:9080/cms/ior
|
description | The URL of the login service IOR of the content management server. |
key |
solr.search.url
|
example value |
http://localhost:9080/solr/preview
|
description | The URL of the Solr search engine for the Preview search. |
key |
elastic.solr.url
|
example value |
http://localhost:9080/solr/preview
|
description | The URL of the Solr search engine for Elastic Social search. |
key |
blueprint.sitemap.target.root
|
example value |
${user.home}/cms/sitemap
|
description | The root directory where the sitemap controller writes its files |
key |
blueprint.host.helios
|
example value |
localhost
|
description | The host of the Preview CAE which is used when redirecting a preview request from Studio |
key |
blueprint.host.studio.helios
|
example value |
localhost
|
description | The host of Studio |
key |
blueprint.site.mapping.helios
|
example value |
http://${blueprint.host.helios}:9080
|
description | The site mapping if the web application needs to build absolute URLs |
key |
repository.heapCacheSize
|
example value |
314572800
|
description |
This property indicates the number of bytes used for the main memory cache of the Unified API embedded in the Content Application Engine . For 64-bit JVMs, the actual memory consumption may be up to twice the configured value. For 32-bit JVMs, the byte count is exact. When multiple CAEs run in a single application server, the caches are kept separate and the configured cache sizes add up. |
key |
repository.blobCacheSize
|
example value |
10737418240
|
description | This property defines the number of bytes of the disk cache for blobs. |
key |
repository.blobStreamingSizeThreshold
|
example value |
-1
|
description | The minimum size of streamed blobs in bytes. Blobs less than or equal to this size will be downloaded completely to disk before the first byte can be read. Larger blobs will be downloaded in the background. |
key |
repository.blobStreamingThreads
|
example value |
-1
|
description | The number of threads reserved for streaming blob |
key |
repository.maxCachedBlobSize
|
example value |
-1
|
description | The maximum size of blobs that are cached on the local disk. Larger blobs are downloaded from the Content Server on every request. |
Table 4.14. Preview