From b629e42f17833af7e86aee08e8d2ae471cfe827f Mon Sep 17 00:00:00 2001 From: kompotkot Date: Wed, 31 May 2023 15:44:41 +0000 Subject: [PATCH] Hardcoded auth url for nb --- nodes/node_balancer/cmd/nodebalancer/configs.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nodes/node_balancer/cmd/nodebalancer/configs.go b/nodes/node_balancer/cmd/nodebalancer/configs.go index e086f79f..86f3f510 100644 --- a/nodes/node_balancer/cmd/nodebalancer/configs.go +++ b/nodes/node_balancer/cmd/nodebalancer/configs.go @@ -24,7 +24,9 @@ var ( supportedBlockchains map[string]bool // Bugout client - BUGOUT_BROOD_URL = os.Getenv("BUGOUT_BROOD_URL") + // TODO(kompotkot): Find out why it cuts out the port + BUGOUT_BROOD_URL = "https://auth.bugout.dev" + // BUGOUT_BROOD_URL = os.Getenv("BUGOUT_BROOD_URL") NB_BUGOUT_TIMEOUT_SECONDS_RAW = os.Getenv("NB_BUGOUT_TIMEOUT_SECONDS") // Bugout and application configuration