Skip to content

Commit

Permalink
Use safer |to_json
Browse files Browse the repository at this point in the history
  • Loading branch information
moan0s committed Jun 25, 2022
1 parent 2e5ad5c commit 9ed7018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/matrix-bot-maubot/templates/config/config.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ server:
appservice_base_path: /_matrix/app/v1
# The shared secret to sign API access tokens.
# 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
# more convenient access from the management UI. This is not required to create
Expand Down

0 comments on commit 9ed7018

Please sign in to comment.