Skip to content

Commit

Permalink
Default publisher for demo network to IPFS (#3659)
Browse files Browse the repository at this point in the history
Unfortunately, local publisher is problematic for public use-cases, and
so we will temporarily default to IPFS before swapping to S3 compat
later.
  • Loading branch information
rossjones authored Mar 19, 2024
1 parent fc0141e commit bea890d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops/terraform/remote_files/scripts/start-bacalhau.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if [[ "${BACALHAU_NODE_NETWORK_TYPE}" == "nats" ]]; then
--web-ui-port 80 \
--labels owner=bacalhau \
--requester-job-translation-enabled \
--default-publisher local
--default-publisher ipfs

else
function getMultiaddress() {
Expand Down Expand Up @@ -97,5 +97,5 @@ else
--web-ui-port 80 \
--labels owner=bacalhau \
--requester-job-translation-enabled \
--default-publisher local
--default-publisher ipfs
fi

0 comments on commit bea890d

Please sign in to comment.