Mailman: adapt to the new secrets format
This commit is contained in:
parent
62a8b7bb0b
commit
023debed40
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
|||
{{ loop.index }}{% if not loop.last %},{% endif %}
|
||||
{% endfor %}
|
||||
],
|
||||
"client_id": "{{ mailman_login_secrets[service_name].client_id }}",
|
||||
"secret": "{{ mailman_login_secrets[service_name].secret }}",
|
||||
"client_id": "{{ mailman_login_secrets[env][service_name].client_id }}",
|
||||
"secret": "{{ mailman_login_secrets[env][service_name].secret }}",
|
||||
"key": "",
|
||||
"provider": "{{ service_data.provider }}"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue