.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
LOCAL_DEV_CHECK
This is used to prevent people from using the new docker-compose file for automated installs
CKEDITOR_BUILD_DIR
Set this to your ckeditor build output directory (which includes ckeditor.js) if you want to develop ckeditor locally.
HOST
Local backend development host and port
PORT
FE_HOST
Local frontend development host and port
FE_PORT
OPENPROJECT_COLLABORATIVE__EDITING__HOCUSPOCUS__URL
Hocuspocus (collaborative editing) local development only (docker compose already sets the required defaults)
OPENPROJECT_COLLABORATIVE__EDITING__HOCUSPOCUS__SECRET
secret
OPENPROJECT_DOCKER_DEV_TLD
Default TLD for docker dev stack (e.g. when set to "local", services will be openproject.local, nextcloud.local, etc.)
OPENPROJECT_DEV_HOST
Use this variables to configure hostnames for frontend and backend, e.g. to enable HTTPS in docker development setup For docker…
OPENPROJECT_DEV_URL
OPENPROJECT_EDITION
Select edition from: ['standard','bim']
DEV_UID
DEV_GID
DB_HOST
DB_PORT
DB_USERNAME
DB_PASSWORD
secret
DB_DATABASE
CI_JOBS