mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 10:47:32 +01:00
[Apostmoogle: remove noowner and federation
This commit is contained in:
parent
b0eb28721b
commit
cc57af9126
@ -78,12 +78,6 @@ matrix_bot_postmoogle_prefix: '!pm'
|
||||
# Max email size in megabytes, including attachments
|
||||
matrix_bot_postmoogle_maxsize: '1024'
|
||||
|
||||
# Allow room settings changes by any room participant
|
||||
matrix_bot_postmoogle_noowner: false
|
||||
|
||||
# Allow Postmoogle use by users over federation
|
||||
matrix_bot_postmoogle_federation: false
|
||||
|
||||
# A list of whitelisted users allowed to use the bridge.
|
||||
# If not defined, everyone is allowed.
|
||||
# Example set of rules:
|
||||
|
@ -10,8 +10,6 @@ POSTMOOGLE_MAXSIZE={{ matrix_bot_postmoogle_maxsize }}
|
||||
POSTMOOGLE_SENTRY={{ matrix_bot_postmoogle_sentry }}
|
||||
POSTMOOGLE_LOGLEVEL={{ matrix_bot_postmoogle_loglevel }}
|
||||
POSTMOOGLE_NOENCRYPTION={{ matrix_bot_postmoogle_noencryption }}
|
||||
POSTMOOGLE_NOOWNER={{ matrix_bot_postmoogle_noowner }}
|
||||
POSTMOOGLE_FEDERATION={{ matrix_bot_postmoogle_federation }}
|
||||
POSTMOOGLE_USERS={{ matrix_bot_postmoogle_users | join(' ') }}
|
||||
POSTMOOGLE_ADMINS={{ matrix_bot_postmoogle_admins | join(' ') }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user