fix: add auth token env var to ed

This commit is contained in:
2023-07-17 08:16:28 +00:00
parent 027dda4bbd
commit 1c4d2d1456
2 changed files with 3 additions and 0 deletions

View File

@@ -10,3 +10,4 @@ event-dispatcher:
LDAP_BIND_DN : "{{ ldap_bind_dn }}"
LDAP_BIND_PW : "{{ ldap_password }}"
LDAP_BASE_DN : "{{ ldap_user_dn }}"
SIGNAL_GATEWAY_PASS: "{{ event_dispatcher_token }}"