Skip to content

Commit baaf4c1

Browse files
authored
Merge pull request #17 from Sage-Bionetworks-Workflows/fix_local_config
Add synapse secret to local config
2 parents 43ca904 + c1fc3bc commit baaf4c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conf/local.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@ process {
22
withLabel:dcqc {
33
// Default container name when running `src/docker/build.sh` in py-dcqc
44
container = 'dcqc'
5+
secret = [
6+
'SYNAPSE_AUTH_TOKEN'
7+
]
58
}
69
}

0 commit comments

Comments
 (0)