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
@@ -48,16 +50,19 @@ To control which QGS projects will be processed, you can:
48
50
-`subdir/projectname` for a QGS file located in `qgs-resources/subdir/projectname.qgs`
49
51
-`pg/schema/projectname` for a QGS project located in a DB in schema `schema` and named `projectname`
50
52
- Mount the `qgs-resources` dir (or whichever directory is mounted to `/data` for `qwc-qgis-server`) to `/data`, which will be then searches for projects (ending with `$QGS_EXT`).
53
+
- Mount a postgres service configuration file to `/srv/pg_service.conf`. The service file should contain a `[qgisprojects]` service definition. It would consider all projects located in the service DB in a specific schema. The ENV `PG_DB_SCHEMA` can be used to set the schema name (defaults to `qwc_config`).
0 commit comments