From 50663f7597238d7b9b4f6b4f13cd8acd17f7acb7 Mon Sep 17 00:00:00 2001 From: Bartek Wrona <wrona@syncad.com> Date: Fri, 29 Nov 2024 14:22:46 +0100 Subject: [PATCH] Supplemented example environment definition (added HIVEMIND_REWRITER_IMAGE env. variable) --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 23b506c..500302f 100644 --- a/.env.example +++ b/.env.example @@ -100,7 +100,7 @@ NETWORK_NAME=haf # below. You can override them here to run a custom version of Hivemind # HIVEMIND_IMAGE=${HIVE_API_NODE_REGISTRY}/hivemind # HIVEMIND_VERSION=${HIVE_API_NODE_VERSION} - +# HIVEMIND_REWRITER_IMAGE=${HIVE_API_NODE_REGISTRY}/hivemind/postgrest-rewriter # The default setup will run the recommended version of balance tracker, # you can run a custom version by un-commenting and modifying the -- GitLab