-
Notifications
You must be signed in to change notification settings - Fork 64
/
sample_config.yaml
33 lines (28 loc) · 1.05 KB
/
sample_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Client Type: author
# Information for connecting to the source content
serverUsername : '<username>'
serverPassword : '<password>'
serverScheme : http
serverHost : some.other.server
serverPort : 4502
deltaContent : true # default for all the paths
# A reference to the standard set of workflow configuration ids that
# we want to turn off when working with DAM assets.
damWorkflows: &ourDamWorkflows
- /etc/workflow/launcher/config/update_asset_mod
- /etc/workflow/launcher/config/update_asset_create
- /etc/workflow/launcher/config/dam_xmp_nested_writeback
- /etc/workflow/launcher/config/dam_xmp_writeback
# Each of the paths to include in the copy
pathConfigurations :
-
path : /content/someContent
-
path : /content/someOtherContent
excludePaths: [ someExcludeContent ]
-
path : /content/dam/someDamContent
excludePaths :
- someContent/someExcludeContent
- someContent/someOtherExcludeContent
workflowConfigIds : *ourDamWorkflows