Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
update the sub
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikey committed Jan 3, 2024
1 parent b1e6aee commit 5dc20b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ if [ -n "$WEB3STORAGE_TOKEN" ]; then
if [ -n "$B7S_GATEWAY_URL" ]; then
if [ "$NODE_ROLE" = "worker" ]; then
# generate attributes
export UPSHOT_SUBTOPIC_1="foo"
export UPSHOT_SUBTOPICS="foo|foo2" # todo: this needs to be exposed to the docker file
./b7s-attributes create --prefix UPSHOT_ --output ./attributes.bin
./b7s-attributes update sign --signing-key $NODE_KEY_PATH ./attributes.bin
./b7s-attributes upload --gateway-url $B7S_GATEWAY_URL ./attributes.bin
Expand Down

0 comments on commit 5dc20b4

Please sign in to comment.