Skip to content

Commit 4a1291b

Browse files
committed
Fix incorrect sample multitenancy configs
1 parent 8eb327f commit 4a1291b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/topics/MultiTenancy.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)