mirror of
https://github.com/maubot/maubot
synced 2025-08-28 13:40:37 +00:00
Clarify what ui_base_path does
[skip ci]
This commit is contained in:
parent
10383d526f
commit
a4a39b7f90
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@ server:
|
|||
port: 29316
|
||||
# Public base URL where the server is visible.
|
||||
public_url: https://example.com
|
||||
# The base path for the UI.
|
||||
# The base path for the UI. Note that this does not change the API path.
|
||||
# Add a path prefix to public_url if you want everything on a subpath.
|
||||
ui_base_path: /_matrix/maubot
|
||||
# The base path for plugin endpoints. The instance ID will be appended directly.
|
||||
plugin_base_path: /_matrix/maubot/plugin/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue