1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-12-02 05:57:21 +01:00

Merge pull request #256 from oceanprotocol/feature/custom_c2d_url

add custom C2D Operator url
This commit is contained in:
Alex Coseru 2021-08-23 08:11:52 +03:00 committed by GitHub
commit 234b9ebe02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,8 +89,7 @@ else
fi fi
#export OPERATOR_SERVICE_URL=http://127.0.0.1:8050 #export OPERATOR_SERVICE_URL=http://127.0.0.1:8050
export OPERATOR_SERVICE_URL=https://nextv.operator.oceanprotocol.com/ export OPERATOR_SERVICE_URL=${OPERATOR_SERVICE_URL:-"https://nextv.operator.oceanprotocol.com/"}
# Add aquarius to /etc/hosts # Add aquarius to /etc/hosts
# Workaround mainly for macOS # Workaround mainly for macOS