Update start_ocean.sh

This commit is contained in:
Alex Coseru 2022-02-03 10:33:39 +02:00 committed by GitHub
parent 7a0e1605c6
commit 41ebc29584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ export DB_CLIENT_KEY=""
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_GATEWAY=http://172.15.0.16:5001/
export IPFS_HTTP_GATEWAY=http://172.15.0.16:8080/
#Provider
export PROVIDER_LOG_LEVEL=${PROVIDER_LOG_LEVEL:-INFO}
export PROVIDER_WORKERS=10