From d189adf3821d2fdc732f5a7607d944a109ebb3e3 Mon Sep 17 00:00:00 2001 From: Quentin Galliano Date: Fri, 13 Sep 2024 22:02:52 +0200 Subject: [PATCH] feat: remove reference to FRONT_BASE_URL and improve self hosting doc clarity --- packages/twenty-docker/.env.example | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/twenty-docker/.env.example b/packages/twenty-docker/.env.example index d7ab15672a9be..c25482220fce2 100644 --- a/packages/twenty-docker/.env.example +++ b/packages/twenty-docker/.env.example @@ -5,8 +5,6 @@ TAG=latest PG_DATABASE_HOST=db:5432 SERVER_URL=http://localhost:3000 -# Uncoment if you are serving your front on another server than the API (eg. bucket) -# FRONT_BASE_URL=http://localhost:3000 # Use openssl rand -base64 32 for each secret # ACCESS_TOKEN_SECRET=replace_me_with_a_random_string_access