We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804f5b0 commit 0c96431Copy full SHA for 0c96431
1 file changed
scripts/dappnode_install.sh
@@ -360,7 +360,7 @@ if $IS_LINUX; then
360
UPDATE_MOTD_DIR="/etc/update-motd.d"
361
fi
362
# Get URLs
363
-IPFS_ENDPOINT=${IPFS_ENDPOINT:-"https://ipfs-gateway-dev.dappnode.net"}
+IPFS_ENDPOINT=${IPFS_ENDPOINT:-"https://ipfs-gateway.dappnode.net"}
364
# PROFILE_URL env is used to fetch the core packages versions that will be used to build the release in script install method
365
PROFILE_URL=${PROFILE_URL:-"https://github.com/dappnode/DAppNode/releases/latest/download/dappnode_profile.sh"}
366
DAPPNODE_ACCESS_CREDENTIALS="${DAPPNODE_DIR}/scripts/dappnode_access_credentials.sh"
0 commit comments