Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

This article descrinbes the settings used in server.config for publishing engine.

Server.config settings

Publisher has a few settings located in server.config located in C:\ProgramData\Signifikant\Assert\.

<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>

  <!-- KENNETH HJÄLP HÄR TACK -->
  <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>

  <!-- KENNETH HJÄLP HÄR TACK -->
  <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>
</PublisherSettings>

  • No labels