Build frontend in dockerfile
This commit is contained in:
parent
5c62bb2671
commit
3d88277fd2
2 changed files with 11 additions and 0 deletions
|
@ -24,6 +24,11 @@ server:
|
|||
port: 29316
|
||||
# The base management API path.
|
||||
base_path: /_matrix/maubot/v1
|
||||
# The base path for the UI.
|
||||
ui_base_path: /_matrix/maubot
|
||||
# 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
|
||||
# The base appservice API path. Use / for legacy appservice API and /_matrix/app/v1 for v1.
|
||||
appservice_base_path: /_matrix/app/v1
|
||||
# The shared secret to sign API access tokens.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue