Skip to content

Commit

Permalink
change environment variables in .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Sep 30, 2024
1 parent 03273b9 commit 0108504
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0108504

Please sign in to comment.