fix dev proxy issue by using configured frontend port

This commit is contained in:
Markus Kahl
2024-09-18 15:12:29 +01:00
committed by Ivan Kuchin
parent 405e4da3ce
commit 813f4ec481
+1 -1
View File
@@ -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