Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<PublisherSettings>
  <!-- Spool area will be cleaned out at each publish. Spool area contains image cache for converted images.
       Old log files are not cleaned out due tho this setting. -->
  <SpoolImageCleanup>true</SpoolImageCleanup>

  <!-- Language fallback when a text translation is looked for, in Pdf publications, where translations are missing -->
  <DefaultDataLanguages>sv; en; en-GB</DefaultDataLanguages>

  <!--- If upload of files to remote server fails, the publisher will retry a number of times according to this setting. -->
  <RemoteUploadTryCount>5</RemoteUploadTryCount>

  <!-- Small files are sent through a stream. This is a limit in bytes where larger files are sends in chunks instead. Zero is default: stream upload. -->
  <RemoteUploadChunkLimit>0</RemoteUploadChunkLimit>

  <!-- From version 5 old log files for publish will be saved in the spool area for the publication. Files are saved 
       a number of days according to this setting. Default is 60 days. -->
  <DaysToSavePublisherLog>60</DaysToSavePublisherLog>
  
  <!-- Version 5 and later: enable the login flag to make Server use Basic authentication when connecting to a remote web server by REST calls -->
  <!-- Username and password is matched in the servers api-permission.config file to compute what roles are available to the login -->
  <UploadUsername>guest</UploadUsername>
  <UploadPassword>guest</UploadPassword>
  <UploadLogin>true</UploadLogin>
</PublisherSettings>

Info

Also see whitelisting of publisher APIs.

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@1ecd09
showSpacefalse
sortmodified
typepage
reversetrue
labelspublish configuration settings
cqllabel in ( "settings" , "publish" , "configuration" ) and type = "page" and space = "ASKB"

...