diff --git a/roles/pkgdb2/templates/pkgdb2.cfg b/roles/pkgdb2/templates/pkgdb2.cfg index ad11f23712..ded3e2d122 100644 --- a/roles/pkgdb2/templates/pkgdb2.cfg +++ b/roles/pkgdb2/templates/pkgdb2.cfg @@ -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