fix: NTFY_PASS var name

This commit is contained in:
2024-02-17 16:46:48 +00:00
parent e827763ccb
commit 72e3570a40

View File

@@ -23,7 +23,7 @@ event-dispatcher-worker:
NTFY_PUSH_TARGET: "{{ ntfy_push_target }}"
NTFY_USER: "admin"
NTFY_PASSWORD: "{{ ntfy_api_access_token }}"
NTFY_PASS: "{{ ntfy_api_access_token }}"
NTFY_API_SERVER: "{{ ntfy_api_target }}"
NTFY_API_TOKEN: "{{ ntfy_api_access_token }}"