From 9a50c16b9413eabdf028f9635d56858fe09ca89d Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Thu, 3 Feb 2022 13:18:38 +0200 Subject: [PATCH] Update start_ocean.sh --- start_ocean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_ocean.sh b/start_ocean.sh index 149f63f..6ae7442 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -84,7 +84,7 @@ export DB_CLIENT_CERT="" CHECK_ELASTIC_VM_COUNT=true export IPFS_GATEWAY=http://172.15.0.16:5001 -export IPFS_HTTP_GATEWAY=http://172.15.0.16:8080 +export IPFS_HTTP_GATEWAY=http://172.15.0.16:8080/ipfs/ #Provider export PROVIDER_LOG_LEVEL=${PROVIDER_LOG_LEVEL:-INFO} export PROVIDER_WORKERS=10