mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-22 00:04:20 +01:00
wip!!!!!
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
4014f53779
commit
486675e765
|
@ -52,12 +52,12 @@ appservice:
|
|||
# Public part of web server for out-of-Matrix interaction with the bridge.
|
||||
public:
|
||||
# Whether or not the public-facing endpoints should be enabled.
|
||||
enabled: false
|
||||
enabled: true
|
||||
# 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
|
||||
# implicitly.
|
||||
external: https://example.com/public
|
||||
external: https://redalder.org/mufb
|
||||
# Shared secret for integration managers such as mautrix-manager.
|
||||
# If set to "generate", a random string will be generated on the next startup.
|
||||
# If null, integration manager access to the API will not be possible.
|
||||
|
@ -292,8 +292,8 @@ bridge:
|
|||
# mxid - Specific user
|
||||
permissions:
|
||||
"*": "relay"
|
||||
"example.com": "user"
|
||||
"@admin:example.com": "admin"
|
||||
"redalder.org": "user"
|
||||
"@magic_rb:redalder.org": "admin"
|
||||
|
||||
relay:
|
||||
# Whether relay mode should be allowed. If allowed, `!fb set-relay` can be used to turn any
|
||||
|
|
Loading…
Reference in a new issue