Use new forbidden default value system in mautrix-python. Fixes #388

This commit is contained in:
Tulir Asokan
2019-11-30 19:49:19 +02:00
parent 792ed007b5
commit 578af19baa
2 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ appservice:
# the HS database.
public:
# Whether or not the public-facing endpoints should be enabled.
enabled: true
enabled: false
# The prefix to use in the public-facing endpoints.
prefix: /public
# The base URL where the public-facing endpoints are available. The prefix is not added