This section describes how to configure a content delivery (CD) server to use DAM for Sitecore.
...
- Configuration file DFS.Settings.config
- <setting name="DFS.AssetDatabase" value="master" /> change value to web.
- <setting name="DFS.AssetIndex" value="dfs_assets_master_index" /> change master to web.
- Add entry for httphandler in web.config, see DFS 9.23.0 - 3 Setting up Sitecore, section 3.1
- For Sitecore 8.x, disable configuration file DFS.Assets.Lucene.Index.Master.config. This 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)
...
Info |
---|
If you do not disable security checks, because it is important, then the extranet\Anonymous user must be assigned role sitecore\Digizuite DAM for Sitecore Users as a minimum |