Skip to content

Commit

Permalink
fix dev proxy issue by using configured frontend port
Browse files Browse the repository at this point in the history
  • Loading branch information
machisuji authored and toy committed Sep 30, 2024
1 parent 405e4da commit 813f4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ 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
OPENPROJECT_DEV_URL=http://${OPENPROJECT_DEV_HOST}:${PORT}
OPENPROJECT_DEV_URL=http://${OPENPROJECT_DEV_HOST}:${FE_PORT}

# Select edition from: ['standard','bim']
OPENPROJECT_EDITION=standard
Expand Down

0 comments on commit 813f4ec

Please sign in to comment.