Turn off email notification for pkgdb
This commit is contained in:
parent
04c59d4eee
commit
1c24caf750
1 changed files with 3 additions and 4 deletions
|
@ -65,8 +65,6 @@ PKGDB2_FAS_URL = 'https://admin.stg.fedoraproject.org/accounts'
|
|||
PKGDB2_FAS_INSECURE = True
|
||||
SITE_ROOT = 'https://admin.stg.fedoraproject.org'
|
||||
SITE_URL = '%s/pkgdb' % SITE_ROOT
|
||||
## Pkgdb sends its notifications by email
|
||||
PKGDB2_EMAIL_NOTIFICATION = False
|
||||
## Upon changes in pkgdb, update bugzilla
|
||||
PKGDB2_BUGZILLA_NOTIFICATION = False
|
||||
FAS_OPENID_ENDPOINT = 'https://id.stg.fedoraproject.org/'
|
||||
|
@ -74,12 +72,11 @@ FAS_OPENID_ENDPOINT = 'https://id.stg.fedoraproject.org/'
|
|||
PKGDB2_FAS_URL = 'https://admin.fedoraproject.org/accounts'
|
||||
SITE_ROOT = 'https://admin.fedoraproject.org'
|
||||
SITE_URL = '%s/pkgdb' % SITE_ROOT
|
||||
## Pkgdb sends its notifications by email
|
||||
PKGDB2_EMAIL_NOTIFICATION = True
|
||||
## Upon changes in pkgdb, update bugzilla
|
||||
PKGDB2_BUGZILLA_NOTIFICATION = True
|
||||
FAS_OPENID_ENDPOINT = 'https://id.fedoraproject.org/'
|
||||
{% endif %}
|
||||
|
||||
## name of the user the pkgdb application can log in to FAS with
|
||||
PKGDB2_FAS_USER = '{{ fedorathirdpartyUser }}'
|
||||
## password of the user the pkgdb application can log in to FAS with
|
||||
|
@ -88,6 +85,8 @@ PKGDB2_FAS_PASSWORD = '{{ fedorathirdpartyPassword }}'
|
|||
|
||||
### pkgdb notifications
|
||||
|
||||
## Pkgdb sends its notifications by email
|
||||
PKGDB2_EMAIL_NOTIFICATION = False
|
||||
## Pkgdb broadcasts its notifications via fedmsg
|
||||
PKGDB2_FEDMSG_NOTIFICATION = True
|
||||
## Template to build the email address pkgdb sends its notifications to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue