From 989568d7bf3e1f7c7c6eb7bfd9300acf901dfcd7 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Fri, 14 Jan 2022 05:12:13 -0800 Subject: [PATCH] use local operators for provider --- start_ocean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_ocean.sh b/start_ocean.sh index 1d89fec..378a497 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -99,7 +99,7 @@ else fi #export OPERATOR_SERVICE_URL=http://127.0.0.1:8050 -export OPERATOR_SERVICE_URL=${OPERATOR_SERVICE_URL:-"https://c2d-dev.operator.oceanprotocol.com/"} +export OPERATOR_SERVICE_URL=${OPERATOR_SERVICE_URL:-"http://172.15.0.13:31000"} # Add aquarius to /etc/hosts # Workaround mainly for macOS