From 0108504725f87039c27db4d77112110c611724d4 Mon Sep 17 00:00:00 2001 From: Ivan Kuchin Date: Mon, 16 Sep 2024 16:45:28 +0200 Subject: [PATCH] change environment variables in .env.example --- .env.example | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index c31d0776cd69..c87652f32771 100644 --- a/.env.example +++ b/.env.example @@ -37,8 +37,12 @@ LOCAL_DEV_CHECK=1 # want to develop ckeditor locally. CKEDITOR_BUILD_DIR=./frontend/src/vendor/ckeditor/ -HOST=0.0.0.0 -PORT=4200 +# Local backend development host and port +HOST=localhost +PORT=3000 +# Local frontend development host and port +FE_HOST=localhost +FE_PORT=4200 # Use this variables to configure hostnames for frontend and backend, e.g. to enable HTTPS in docker development setup OPENPROJECT_DEV_HOST=localhost