Use safer |to_json
This commit is contained in:
parent
2e5ad5cbe9
commit
9ed70188dd
|
@ -64,7 +64,7 @@ server:
|
||||||
appservice_base_path: /_matrix/app/v1
|
appservice_base_path: /_matrix/app/v1
|
||||||
# The shared secret to sign API access tokens.
|
# The shared secret to sign API access tokens.
|
||||||
# Set to "generate" to generate and save a new token at startup.
|
# Set to "generate" to generate and save a new token at startup.
|
||||||
unshared_secret: {{ matrix_bot_maubot_secret }}
|
unshared_secret: {{ matrix_bot_maubot_secret|to_json }}
|
||||||
|
|
||||||
# Known homeservers. This is required for the `mbc auth` command and also allows
|
# Known homeservers. This is required for the `mbc auth` command and also allows
|
||||||
# more convenient access from the management UI. This is not required to create
|
# more convenient access from the management UI. This is not required to create
|
||||||
|
|
Loading…
Reference in a new issue