diff --git a/environments/.env.latest b/environments/.env.latest index f5520f0a0..e04372125 100644 --- a/environments/.env.latest +++ b/environments/.env.latest @@ -3,7 +3,7 @@ SERVER_PORT=80 SOLC_REPO=/home/data/solc-bin/linux-amd64 SOLJSON_REPO=/home/data/solc-bin/soljson SESSION_SECRET=xxx -IPFS_GATEWAY=http://ipfs-latest:8080/ipfs/ +IPFS_GATEWAY=http://ipfs-gateway-latest:8080/ipfs/ REPOSITORY_PATH=../../data/repository # Repository web server config diff --git a/environments/.env.stable b/environments/.env.stable index 2f7e26723..6759e9242 100644 --- a/environments/.env.stable +++ b/environments/.env.stable @@ -3,7 +3,7 @@ SERVER_PORT=80 SOLC_REPO=/home/data/solc-bin/linux-amd64 SOLJSON_REPO=/home/data/solc-bin/soljson SESSION_SECRET=xxx -IPFS_GATEWAY=http://ipfs-stable:8080/ipfs/ +IPFS_GATEWAY=http://ipfs-gateway-stable:8080/ipfs/ REPOSITORY_PATH=../../data/repository # Repository web server config