Skip to content

Commit

Permalink
Update MultiTenant docs with correct sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jul 13, 2023
1 parent 4faafd8 commit b252b18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/topics/MultiTenancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ And the `tenantConfig.template.json` in `qwc-docker/volumes/config-in/` as follo
"config": {
"default_qgis_server_url": "http://qwc-qgis-server/ows/",
"config_db_url": "postgresql:///?service=qwc_configdb",
"qgis_projects_base_dir": "/data/$tenant$",
"qgis_projects_base_dir": "/data",
"qgis_projects_scan_base_dir": "/data/$tenant$/scan",
"qwc2_base_dir": "/qwc2",
"ows_prefix": "/$tenant$/ows",
"ows_prefix": "/ows",
...
},
"themesConfig": "./themesConfig.json",
Expand All @@ -191,8 +191,8 @@ And the `tenantConfig.template.json` in `qwc-docker/volumes/config-in/` as follo
"name": "adminGui",
"config": {
"db_url": "postgresql:///?service=qwc_configdb",
"qgs_resources_path": "/qgs-resources/$tenant$/",
"ows_prefix": "/$tenant$/ows",
"qgs_resources_path": "/qgs-resources/",
"ows_prefix": "/ows",
...
}
},
Expand Down

0 comments on commit b252b18

Please sign in to comment.