From f22c66d8243bf0cce908f68a1a586274d32073dc Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 18 Sep 2023 15:45:27 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20chore(.env.example):=20add=20pla?= =?UTF-8?q?ceholders=20for=20LANGFLOW=5FSUPERUSER=20and=20LANGFLOW=5FSUPER?= =?UTF-8?q?USER=5FPASSWORD=20to=20improve=20documentation=20and=20configur?= =?UTF-8?q?ation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.env.example b/.env.example index 6c6d2f667..c03638072 100644 --- a/.env.example +++ b/.env.example @@ -45,3 +45,11 @@ LANGFLOW_OPEN_BROWSER= # Values: true, false # Example: LANGFLOW_REMOVE_API_KEYS=false LANGFLOW_REMOVE_API_KEYS= + +# Superuser username +# Example: LANGFLOW_SUPERUSER=admin +LANGFLOW_SUPERUSER= + +# Superuser password +# Example: LANGFLOW_SUPERUSER_PASSWORD=123456 +LANGFLOW_SUPERUSER_PASSWORD= \ No newline at end of file