Skip to content

Commit c1fc3bc

Browse files
committed
add synapse secret to local config
1 parent 43ca904 commit c1fc3bc

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)