mirror of
https://github.com/maubot/maubot
synced 2025-08-29 12:10:38 +00:00
Make maubot http server serve frontend for production
This commit is contained in:
parent
0264f7b794
commit
e0306d29b5
7 changed files with 64 additions and 10 deletions
|
@ -38,6 +38,9 @@ class Config(BaseFileConfig):
|
|||
copy("server.hostname")
|
||||
copy("server.port")
|
||||
copy("server.listen")
|
||||
copy("server.base_path")
|
||||
copy("server.ui_base_path")
|
||||
copy("server.override_resource_path")
|
||||
copy("server.appservice_base_path")
|
||||
shared_secret = self["server.unshared_secret"]
|
||||
if shared_secret is None or shared_secret == "generate":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue