mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
fix dev proxy issue by using configured frontend port
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user