|
|
@ -35,11 +35,14 @@ LOCAL_DEV_CHECK=1 |
|
|
|
|
|
|
|
|
|
|
|
# Set this to your ckeditor build output directory (which includes ckeditor.js) if you |
|
|
|
# Set this to your ckeditor build output directory (which includes ckeditor.js) if you |
|
|
|
# want to develop ckeditor locally. |
|
|
|
# want to develop ckeditor locally. |
|
|
|
CKEDITOR_BUILD_DIR=frontend/src/vendor/ckeditor/ |
|
|
|
CKEDITOR_BUILD_DIR=./frontend/src/vendor/ckeditor/ |
|
|
|
|
|
|
|
|
|
|
|
# This is the host from which you will be accessing the development servers locally |
|
|
|
# This is the host from which you will be accessing the development servers locally |
|
|
|
PUBLIC_HOST=localhost |
|
|
|
PUBLIC_HOST=localhost |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Select edition from: ['standard','bim'] |
|
|
|
|
|
|
|
OPENPROJECT_EDITION=standard |
|
|
|
|
|
|
|
|
|
|
|
HOST=0.0.0.0 |
|
|
|
HOST=0.0.0.0 |
|
|
|
PORT=1337 |
|
|
|
PORT=1337 |
|
|
|
|
|
|
|
|
|
|
|