From 26472d2ab9c1f77ac7610d6d67a21d26a3d13a63 Mon Sep 17 00:00:00 2001 From: kompotkot Date: Wed, 16 Mar 2022 21:35:28 +0000 Subject: [PATCH] Fixed env var naming --- nodes/node_balancer/sample.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodes/node_balancer/sample.env b/nodes/node_balancer/sample.env index 54f2bc5d..0cdd071a 100644 --- a/nodes/node_balancer/sample.env +++ b/nodes/node_balancer/sample.env @@ -1,8 +1,8 @@ # Required environment variables for load balancer export BUGOUT_AUTH_URL="https://auth.bugout.dev" -export NODE_BALANCER_APPLICATION_ID="" -export NODE_BALANCER_CONTROLLER_TOKEN="" -export NODE_BALANCER_CONTROLLER_ACCESS_ID="" +export NB_APPLICATION_ID="" +export NB_CONTROLLER_TOKEN="" +export NB_CONTROLLER_ACCESS_ID="" # Database variables export MOONSTREAM_DB_URI="postgresql://:@:/"