Skip to content

Commit

Permalink
fix: Remove point of failure from env.sample (#803)
Browse files Browse the repository at this point in the history
* The dotenv package we are using does not support in-line variables
Task: IL-423
  • Loading branch information
NiklasKoehneckeAA authored Apr 29, 2024
1 parent 624101e commit 0ecc1d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0ecc1d4

Please sign in to comment.