Fix YAML syntax errors in setup_final.sh
This commit is contained in:
@@ -97,7 +97,18 @@ bridge:
|
|||||||
double_puppet_server_map:
|
double_puppet_server_map:
|
||||||
beeper.com: https://matrix.beeper.com/_hungryserv/inswe
|
beeper.com: https://matrix.beeper.com/_hungryserv/inswe
|
||||||
double_puppet_allow_discovery: false
|
double_puppet_allow_discovery: false
|
||||||
|
# Shared secrets for https://github.com/devture/matrix-synapse-shared-secret-auth
|
||||||
|
#
|
||||||
|
# If set, custom puppets will be enabled automatically for local users
|
||||||
|
# instead of users having to find an access token and run `login-matrix`
|
||||||
|
# manually.
|
||||||
|
# If using this for other servers than the bridge's server,
|
||||||
|
# you must also set the URL in the double_puppet_server_map.
|
||||||
|
login_shared_secret_map:
|
||||||
|
"beeper.com": "as_token:hua_GgntyU8meanud1GBjx4kh8sWf2XZJrXtnrQzHJZ8Fa1mKB52mWQpA_OdwUC3"
|
||||||
telegram_link_preview: true
|
telegram_link_preview: true
|
||||||
|
# Whether or not the !tg join command should do a HTTP request
|
||||||
|
# to resolve redirects in invite links.
|
||||||
invite_link_resolve: false
|
invite_link_resolve: false
|
||||||
caption_in_message: true
|
caption_in_message: true
|
||||||
image_as_file_size: 10
|
image_as_file_size: 10
|
||||||
@@ -217,11 +228,11 @@ bridge:
|
|||||||
welcome_unconnected: Use `help` for help or `login` to log in.
|
welcome_unconnected: Use `help` for help or `login` to log in.
|
||||||
additional_help: ''
|
additional_help: ''
|
||||||
management_room_multiple_messages: false
|
management_room_multiple_messages: false
|
||||||
permissions:
|
permissions:
|
||||||
'beeper.local': user
|
"beeper.local": user
|
||||||
'beeper.com': user
|
"beeper.com": user
|
||||||
'@inswe:beeper.com': admin
|
"@inswe:beeper.com": admin
|
||||||
relaybot:
|
relaybot:
|
||||||
private_chat:
|
private_chat:
|
||||||
invite: []
|
invite: []
|
||||||
state_changes: true
|
state_changes: true
|
||||||
|
|||||||
Reference in New Issue
Block a user