Skip to content

Commit 0bc2f8b

Browse files
committed
Markdown formatting fixes
1 parent 7ab7e2d commit 0bc2f8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/topics/MultiTenancy.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@ A minimal configuration for tenant `tenant_name` may look as follows:
153153
* To use a separate assets folder for each tenant, you can set an appropriate `assetsPath` in the `qwc2_config_file` of each tenant.
154154
* The various service URLs in the `mapViewer` configuration and in other service configurations need to match what is expected in the `api-gateway` configuration.
155155
* To separate the qgis projects per tenant (avoiding the `<tenantname>/` prefix on the map names), you can proceed as follows:
156-
- Create subdirectories for each tenant in `volumes/qgs-resources`, i.e. `volumes/qgs-resources/<tenant_name>`,
157-
- Set `default_qgis_server_url` to `http://qwc-qgis-server/ows/<tenant_name>`,
158-
- Set `qgis_projects_base_dir` to `/data/<tenant_name>`,
159-
- Make sure to remove the `/ows` prefix from the `url` of any manually configured themes in `themesConfig.json`.
156+
- Create subdirectories for each tenant in `volumes/qgs-resources`, i.e. `volumes/qgs-resources/<tenant_name>`,
157+
- Set `default_qgis_server_url` to `http://qwc-qgis-server/ows/<tenant_name>`,
158+
- Set `qgis_projects_base_dir` to `/data/<tenant_name>`,
159+
- Make sure to remove the `/ows` prefix from the `url` of any manually configured themes in `themesConfig.json`.
160160

161161
## `tenantConfig` template
162162

0 commit comments

Comments
 (0)