openscanhub: add notification e-mail footer

Related: https://github.com/openscanhub/openscanhub/pull/251

Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
Siteshwar Vashisht 2024-04-12 09:40:38 +02:00 committed by kevin
parent f5b904526a
commit 18a0e58530

View file

@ -159,4 +159,7 @@ SINGLE_USE_WORKER_SSH_USER = "ec2-user"
# May be, related public key should be copied when a new worker is set up.
SINGLE_USE_WORKER_SSH_PRIVATE_KEY = "/etc/osh/worker-manager/id_rsa"
NOTIFICATION_EMAIL_FOOTER = """You can reply to this e-mail to initiate a discussion on \
https://lists.fedoraproject.org/archives/list/openscanhub@lists.fedoraproject.org/"""
ALLOWED_HOSTS = ['openscanhub{{ env_suffix }}.fedoraproject.org']