From d9e69b1ba30116bb41dacbe9561eab9c6f976562 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 16 Oct 2023 09:59:43 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(.env.example):=20add=20LAN?= =?UTF-8?q?GFLOW=5FAUTO=5FLOGIN=20variable=20to=20enable/disable=20automat?= =?UTF-8?q?ic=20login=20feature?= 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 b3e592bdf..ccab7c28e 100644 --- a/.env.example +++ b/.env.example @@ -56,6 +56,14 @@ LANGFLOW_REMOVE_API_KEYS= # LANGFLOW_REDIS_CACHE_EXPIRE (default: 3600) LANGFLOW_CACHE_TYPE= +# Auto login +# If set to true then a superuser will be logged in automatically +# and the login page will be skipped, keeping the +# default experience of Langflow +# Values: true, false +# Example: LANGFLOW_AUTO_LOGIN=true +LANGFLOW_AUTO_LOGIN= + # Superuser username # Example: LANGFLOW_SUPERUSER=admin LANGFLOW_SUPERUSER=