Versions Compared

Key

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

This section describes how to configure a content delivery (CD) server to use DAM for Sitecore.

...

  1. Configuration file DFS.Settings.config
    1. <setting name="DFS.AssetDatabase" value="master" /> change value to web.
    2. <setting name="DFS.AssetIndex" value="dfs_assets_master_index" /> change master to web.<add name="digizuite" type="DFS.Digizuite.Security.DefaultDigizuiteAuthorizationProvider, DFS.Digizuite" connectionStringName="core" embedAclInItems="true" databaseName="master"/> change databaseName to web.
  2. For Sitecore 8.x, disable configuration file DFS.Assets.Lucene.Index.Master.configThis is done by adding .disabled extension to the end of the file. This is not needed in Sitecore 9.

...

For a CD Server, there is no reason for the auto synchronization to run, as that is handled by the CM server. 

To disable this, comment out the <hooks> </hooks> section in DFS.Connect.config found under Configuration/Sitecore. 

6 Disable security on DFSMedia pipeline (optional)

...