From be847f49096d06b230d30b44c2a87f51c59fb192 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 4 Jul 2019 10:39:27 +0200 Subject: [PATCH] update network urls --- client/.env.local.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/.env.local.example b/client/.env.local.example index 21b0c37..e435616 100644 --- a/client/.env.local.example +++ b/client/.env.local.example @@ -17,9 +17,9 @@ REACT_APP_BRIZO_ADDRESS="0x008c25ed3594e094db4592f4115d5fa74c4f41ea" # Connect to Nile # # REACT_APP_NODE_URI="https://nile.dev-ocean.com" -# REACT_APP_AQUARIUS_URI="https://nginx-aquarius.dev-ocean.com" -# REACT_APP_BRIZO_URI="https://nginx-brizo.dev-ocean.com" -# REACT_APP_SECRET_STORE_URI="https://secret-store.dev-ocean.com" +# REACT_APP_AQUARIUS_URI="https://aquarius.nile.dev-ocean.com" +# REACT_APP_BRIZO_URI="https://brizo.nile.dev-ocean.com" +# REACT_APP_SECRET_STORE_URI="https://secret-store.nile.dev-ocean.com" # REACT_APP_FAUCET_URI="https://faucet.nile.dev-ocean.com" # REACT_APP_BRIZO_ADDRESS="0x4aaab179035dc57b35e2ce066919048686f82972" @@ -47,7 +47,7 @@ REACT_APP_BRIZO_ADDRESS="0x008c25ed3594e094db4592f4115d5fa74c4f41ea" # Connect to Spree (local with Barge) # # REACT_APP_NODE_URI="http://localhost:8545" -# REACT_APP_AQUARIUS_URI="http://aquarius:5000" +# REACT_APP_AQUARIUS_URI="http://localhost:5000" # REACT_APP_BRIZO_URI="http://localhost:8030" # REACT_APP_SECRET_STORE_URI="http://localhost:12001" # REACT_APP_FAUCET_URI="http://localhost:3001"