Here you will find a complete list of all the DAM for Sitecore related settings. They are located in the file App_Config → include → damforsitecore → DFS.Settings.config. At a running instance you can inspect the settings from the Administration dashboard. DFS 11.0 - Show Settings
Setting name | Default value | Description |
---|---|---|
DFS.AssetDatabase | master or web | The database the connector will use. It uses role:require. On Standalone or ContentManagement it is master db and on ContentDelivery it uses web db. |
DFS.DefaulAssetSiloId | {BAEEFE6B-74DF-44BE-8A2B-CCFB2C57AF8E} | This is the bucket item containing all the asset items. Located at /sitecore/media library/Digizuite/Assets. |
DFS.Digizuite.BaseAddress | {URL TO THE DAM SERVER} | The url to Digizuite DAM center. This parameter is required. |
DFS.Digizuite.MediaManagerUrl | {URL TO MEDIA MANAGER} | The url to Digizuite Mediamanager. This parameter is required. |
DFS.Digizuite.ChannelFolderId | {ID OF THE CHANNEL FOLDER} | The id of the Sitecore channel folder in Digizuite DAM center. This parameter is required. |
DFS.OnlySyncAssetsInDefaultLanguage | true | If this is true the assets will allways be synchronized in one language. The one from the setting DFS.Digizuite.Default.LanguageId and DFS.AssetSilo.Default.Language. Read more about multiple language support DFS 11.0 - Metadata language versioning |
DFS.Digizuite.Default.LanguageId | 3 | The default digizuite language id. |
DFS.AssetSilo.Default.Language | en | The default language code in Sitecore. |
DFS.Digizuite.UploadName | dam for sitecore | |
DFS.Digizuite.DynamicMetadata | 5eb3eefc-a043-410f-89b0-29ed3ef37078,c8bb4af3-1598-4ea4-8d7a-98d54eead977 | Define which metadata to synchronize from Digizuite DAM into Sitecore. The 2 defaulkt guid’s is the assets title and description. Read more about feature DFS 11.0 - Configuring dynamic metadata |
DFS.Digizuite.DefaultVideoQualityId | 50039 | |
DFS.Digizuite.DefaultAudioQualityId | 10056 | |
DFS.Digizuite.DefaultThumbFormatId | 3 | |
DFS.Digizuite.DefaultLargeThumbFormatId | 2 | |
DFS.CacheLocation | /App_Data/DigizuiteMediaCache | The path on the server where the assets saved for cache purpose. |
DFS.Synchronization.BatchSize | 50 | |
DFS.Cleanup.Force.Delete.AssetInUse | false | |
DFS.MediaCacheConcurrentWait | 50 | If the file is in use by the file system, then wait this amount of miliseconds. |
DFS.MediaPipeline.CDN.Prefix | If the media files are stored in and CDN, use this setting to append the cdn prefix to all the media urls. | |
DFS.MediaPipeline | dfsmedia | the basename for the media url like this src="/dfsmedia/baeefe6b74df44be8a2bccfb2c57af8e/2095-50036/fox". If you change this, thenyou also have to make a change in the web.config. Changeing the mediahandler. See DFS 11.0 - 3 Setting up Sitecore. |
DFS.MediaPipeline.downloadFilename.mask | {stampvalue-asset:name} | |
DFS.MediaPipeline.Valid.Video.Extensions | mp4,webm,ogg | |
DFS.Notifications.ApiKey | 96963107-02c6-42bf-81a9-7cfd450c1b4d | |
DFS.Services.AssetNotFoundImage.MimeType | image/jpg | |
DFS.Services.AssetNotFoundImage.Path | /App_Data/AssetNotFound.jpg | |
DFS.Request.ExecutionTimeoutInSeconds | 5 |