Skip to content

Commit

Permalink
Adjust markdown spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Aug 2, 2024
1 parent ef70cb2 commit 144a94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/topics/MultiTenancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,6 @@ If a separate DB config for each tenant is desired, as an alternative to configu
- Set `qwc_config_schema` to the name of the created schema in toplevel and relevant service configuration blocks in the `tenantConfig.json` (`mapViewer`, `adminGui`, `dbAuth`).
- Run the config-generator manually from a command line via

curl -X POST "http://localhost:5010/generate_configs?tenant=<tenantname>"
curl -X POST "http://localhost:5010/generate_configs?tenant=<tenantname>"

to generate the service configurations to ensure that a correct configuration is available for the Admin GUI and DB Auth (ensure that port 5010 of the `qwc-config-service` container is exposed to the docker host in `docker-compose.yml`).

0 comments on commit 144a94b

Please sign in to comment.