From b9d2a8fbb242ddaac0fff162aefa7c861e7478b1 Mon Sep 17 00:00:00 2001 From: Pascal Helfenstein Date: Sat, 13 Jan 2024 00:12:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=86docs:=20update=20hetzner=20ubuntu?= =?UTF-8?q?=20example=20(#1539)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/deployment/hetzner_ubuntu.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/deployment/hetzner_ubuntu.md b/docs/deployment/hetzner_ubuntu.md index 286a82cdc5..6d751cfe7a 100644 --- a/docs/deployment/hetzner_ubuntu.md +++ b/docs/deployment/hetzner_ubuntu.md @@ -100,8 +100,7 @@ nano docker-compose.yml ``` ``` - VITE_APP_TITLE: LibreChat # default, change to your desired app > - VITE_SHOW_GOOGLE_LOGIN_OPTION: 'false' # default, change to true if you want to show google login + APP_TITLE: LibreChat # default, change to your desired app > ``` ### 2. Create a global environment file and open it up to begin adding the tokens/keys you prepared in the PreReqs section.