From 8bf7156e909e46b909fa4a25d809ca8ca1e11fc7 Mon Sep 17 00:00:00 2001 From: cristhianzl Date: Fri, 21 Jun 2024 17:54:32 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20(env.example):=20add=20comment?= =?UTF-8?q?=20to=20clarify=20BACKEND=5FURL=20value=20must=20end=20with=20a?= =?UTF-8?q?=20slash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index dce98eb30..6ce9411f6 100644 --- a/.env.example +++ b/.env.example @@ -99,5 +99,6 @@ LANGFLOW_STORE_ENVIRONMENT_VARIABLES= # # LANGFLOW_LIKE_WEBHOOK_URL= +# Value must finish with slash / #BACKEND_URL=http://localhost:7860/ BACKEND_URL= \ No newline at end of file