From ad945ef48f05a20e726cba5c7b196eb0bcc30fd8 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Mon, 18 Nov 2024 16:21:37 +0700 Subject: [PATCH] Fix ip --- test-deps-fulcrum/exports.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-deps-fulcrum/exports.sh b/test-deps-fulcrum/exports.sh index 759c259..2289e4b 100644 --- a/test-deps-fulcrum/exports.sh +++ b/test-deps-fulcrum/exports.sh @@ -1,5 +1,5 @@ export APP_FULCRUM_IP="10.21.69.123" -export APP_FULCRUM_NODE_IP="10.21.69.321" +export APP_FULCRUM_NODE_IP="10.21.69.124" export APP_FULCRUM_NODE_PORT="50069" export APP_FULCRUM_ADMIN_PORT="8069"