Skip to content

Commit

Permalink
Add payment key secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulius Stakauskas committed Dec 10, 2019
1 parent d9b79e1 commit e4c4d03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ if [ -f /run/secrets/co_clientchain_asset_key ]; then
export CO_CLIENTCHAIN_ASSET_KEY="$(cat /run/secrets/co_clientchain_asset_key)"
fi

if [ -f /run/secrets/co_clientchain_payment_key ]; then
export CO_CLIENTCHAIN_PAYMENT_KEY="$(cat /run/secrets/co_clientchain_payment_key)"
fi

case "$1" in
coordinator)
echo "Running coordinator"
Expand Down

0 comments on commit e4c4d03

Please sign in to comment.