The real syntax error

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-02-15 13:58:14 +01:00
parent 1fadad6bcf
commit d7142b6c76
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -12,7 +12,7 @@ keyfile = "/etc/pki/fedora-messaging/key/fmn-key.pem"
class = "fmn.sender.matrix:MatrixHandler"
host = "https://fedora.ems.host"
user_id = "@notifs-{% if env == 'staging' %}stg-{% endif %}bot:fedora.im"
token = "{{ (env == 'production')|ternary(fmn_prod_matrix_token, fmn_stg_matrix_token }}"
token = "{{ (env == 'production')|ternary(fmn_prod_matrix_token, fmn_stg_matrix_token) }}"
[log_config]
version = 1