You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# NOTE modifying this value requires modification of `.vscode/launch.json` file too
378
373
# DEFAULT: 5678
379
-
DEBUG_DEBUGPY_APP_PORT=5678
374
+
DEBUG_APP_DEBUGPY_PORT=5678
380
375
381
376
# Debugpy port used for the `worker_wrapper` service
377
+
# NOTE modifying this value requires modification of `.vscode/launch.json` file too
382
378
# DEFAULT: 5679
383
-
DEBUG_DEBUGPY_WORKER_WRAPPER_PORT=5679
379
+
DEBUG_WORKER_WRAPPER_DEBUGPY_PORT=5679
380
+
381
+
# Debugpy port used for the `qgis` service
382
+
# NOTE modifying this value requires modification of `.vscode/launch.json` file too
383
+
# NOTE setting a value to this variable (e.g. 5680) will make the `qgis` container wait until a debugger is attached
384
+
# DEFAULT: ""
385
+
DEBUG_QGIS_DEBUGPY_PORT=""
386
+
387
+
# Host path to `libqfieldsync` which will be mounted by the `worker_wrapper` into the `worker` containers to facilitate development and debugging of `libqfieldsync`.
388
+
# If empty value or invalid value, the pip installed version defined in `requirements_libqfieldsync.txt` will be used.
389
+
# The provided path must be the root of the https://github.com/opengisch/libqfieldsync repository.
390
+
# DEFAULT: ""
391
+
DEBUG_QGIS_LIBQFIELDSYNC_HOST_PATH=""
392
+
393
+
# Host path to `qfieldcloud-sdk-python` which will be mounted by the `worker_wrapper` into the `worker` containers to facilitate development and debugging of `qfieldcloud-sdk`.
394
+
# If empty value or invalid value, the pip installed version defined in `requirements.txt` will be used.
395
+
# The provided path must be the root of the https://github.com/opengisch/qfieldcloud-sdk-python repository.
help_text="If not null, it means that the project is being migrated, and the datetime represents when the project was temporarily locked. Locking is internal QFieldCloud mechanism related to file storage migration or other file operations.",
"If set to true, the project is temporarily locked. Locking is internal QFieldCloud mechanism related to file storage migration or other file operations."
1286
+
"If not null, it means that the project is being migrated, and the datetime represents when the project was temporarily locked. Locking is internal QFieldCloud mechanism related to file storage migration or other file operations."
0 commit comments