The real syntax error
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
1fadad6bcf
commit
d7142b6c76
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ keyfile = "/etc/pki/fedora-messaging/key/fmn-key.pem"
|
||||||
class = "fmn.sender.matrix:MatrixHandler"
|
class = "fmn.sender.matrix:MatrixHandler"
|
||||||
host = "https://fedora.ems.host"
|
host = "https://fedora.ems.host"
|
||||||
user_id = "@notifs-{% if env == 'staging' %}stg-{% endif %}bot:fedora.im"
|
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]
|
[log_config]
|
||||||
version = 1
|
version = 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue