openscanhub: use fedoraproject.org
e-mail domain
Related: https://github.com/openscanhub/openscanhub/issues/253 Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
parent
9825095021
commit
5b25f29396
1 changed files with 5 additions and 0 deletions
|
@ -125,9 +125,14 @@ UMB_TOPIC_PREFIX = 'topic://VirtualTopic.eng.OpenScanHub.scan'
|
||||||
|
|
||||||
# E-mail address used in the From: field of notifications generated by OpenScanHub
|
# E-mail address used in the From: field of notifications generated by OpenScanHub
|
||||||
NOTIFICATION_EMAIL_ADDRESS = "openscanhub@lists.fedoraproject.org"
|
NOTIFICATION_EMAIL_ADDRESS = "openscanhub@lists.fedoraproject.org"
|
||||||
|
|
||||||
# E-mail address where notifications about failed/cancelled tasks are sent
|
# E-mail address where notifications about failed/cancelled tasks are sent
|
||||||
DEVEL_EMAIL_ADDRESS = "no-reply@example.org"
|
DEVEL_EMAIL_ADDRESS = "no-reply@example.org"
|
||||||
|
|
||||||
|
# Default e-mail domain name for sending notifications to the user.
|
||||||
|
# It is used when `email` field in the user model is not set.
|
||||||
|
DEFAULT_EMAIL_DOMAIN = "fedoraproject.org"
|
||||||
|
|
||||||
URL_PREFIX = ""
|
URL_PREFIX = ""
|
||||||
STATIC_URL = URL_PREFIX + '/static/'
|
STATIC_URL = URL_PREFIX + '/static/'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue