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
{{ message }}
This repository was archived by the owner on Oct 24, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ The `write` flag is only used for `data` resources and sets whether a data layer
61
61
Based on the user's identity (user name and/or group name), all corresponding roles and their permissions and restrictions are collected.
62
62
The service configurations are then modified according to these permissions and restrictions.
63
63
64
-
Using the `DEFAULT_ALLOW` environment variable, some resources can be set to be permitted or restricted by default if no permissions are set (default: `False`). Affected resources are `map`, `layer`, `print_template` and `viewer_task`.
64
+
Using the `DEFAULT_ALLOW` environment variable, some resources can be set to be permitted or restricted by default if no permissions are set (default: `True`). Affected resources are `map`, `layer`, `print_template` and `viewer_task`.
65
65
66
66
e.g. `DEFAULT_ALLOW=True`: all maps and layers are permitted by default
67
67
e.g. `DEFAULT_ALLOW=False`: maps and layers are only available if their resources and permissions are explicitly configured
@@ -125,6 +125,7 @@ Set the `QGIS_RESOURCES_PATH` environment variable to your QGIS project files pa
125
125
126
126
Set the `QWC2_PATH` environment variable to your QWC2 files path.
127
127
Set the `QWC2_THEMES_CONFIG` environment variable to your QWC2 `themesConfig.json` path if it is not located in `$QWC2_PATH`.
128
+
Set the `QWC2_VIEWERS_PATH` environment variable to your QWC2 custom viewers path (default: `$QWC2_PATH/viewers/`) (see [Custom viewer configurations](https://github.com/qwc-services/qwc-map-viewer#custom-viewer-configurations)).
0 commit comments