File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -104,10 +104,7 @@ A minimal configuration for tenant `tenant_name` may look as follows:
104104 "tenant": "tenant_name",
105105 "default_qgis_server_url": "http://qwc-qgis-server/ows/",
106106 "config_db_url": "postgresql:///?service=qwc_configdb",
107- "qgis_projects_base_dir": "/data/tenant_name",
108- "qgis_projects_scan_base_dir": "/data/tenant_name/scan",
109- "qwc2_base_dir": "/qwc2",
110- "ows_prefix": "/tenant_name/ows",
107+ "qgis_projects_scan_base_dir": "/data/tenant_name/scan"
111108 ...
112109 },
113110 "themesConfig": "./themesConfig.json",
@@ -181,9 +178,7 @@ And the `tenantConfig.template.json` in `qwc-docker/volumes/config-in/` as follo
181178 "default_qgis_server_url" : " http://qwc-qgis-server/ows/" ,
182179 "config_db_url" : " postgresql:///?service=qwc_configdb" ,
183180 "qgis_projects_base_dir" : " /data" ,
184- "qgis_projects_scan_base_dir" : " /data/$tenant$/scan" ,
185- "qwc2_base_dir" : " /qwc2" ,
186- "ows_prefix" : " /ows" ,
181+ "qgis_projects_scan_base_dir" : " /data/$tenant$/scan"
187182 ...
188183 },
189184 "themesConfig" : " ./themesConfig.json" ,
You can’t perform that action at this time.
0 commit comments