From 0ecc1d431c7aa65c3f31e72798237eb3873804be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20K=C3=B6hnecke?= <155443293+NiklasKoehneckeAA@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:24:03 +0200 Subject: [PATCH] fix: Remove point of failure from env.sample (#803) * The dotenv package we are using does not support in-line variables Task: IL-423 --- env.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/env.sample b/env.sample index c64fafca5..c687dc0f8 100644 --- a/env.sample +++ b/env.sample @@ -3,4 +3,5 @@ CLIENT_URL="https://api.aleph-alpha.com" ARGILLA_API_URL="http://localhost:6900/" ARGILLA_API_KEY="argilla.apikey" HUGGING_FACE_TOKEN=token -TRACE_VIEWER_URL="http://localhost:3000" # local dev builds run on 5173 +# local dev builds run on 5173 +TRACE_VIEWER_URL="http://localhost:3000"