From e582cadb420f1b3f3d8ebb4cb14d6d041d275642 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 6 Mar 2019 22:46:40 +0200 Subject: [PATCH] Update docker base config --- docker/example-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/example-config.yaml b/docker/example-config.yaml index 64176c8..e2ff71f 100644 --- a/docker/example-config.yaml +++ b/docker/example-config.yaml @@ -22,10 +22,14 @@ server: # The IP and port to listen to. hostname: 0.0.0.0 port: 29316 + # Public base URL where the server is visible. + public_url: https://example.com # The base management API path. base_path: /_matrix/maubot/v1 # The base path for the UI. ui_base_path: /_matrix/maubot + # The base path for plugin endpoints. {id} is replaced with the ID of the instance. + plugin_base_path: /_matrix/maubot/plugin/{id} # Override path from where to load UI resources. # Set to false to using pkg_resources to find the path. override_resource_path: /opt/maubot/frontend