Add bugzilla credentials

This commit is contained in:
Pierre-Yves Chibon 2014-06-10 09:22:55 +02:00
parent fb4d78d5e2
commit 04c4ddce24

View file

@ -37,9 +37,9 @@ PKGDB2_BUGZILLA_NOTIFICATION = False
## URL to the bugzilla instance to update
PKGDB2_BUGZILLA_URL = 'https://bugzilla.redhat.com'
## name of the user the pkgdb application can log in to bugzilla with
PKGDB2_BUGZILLA_USER = None
PKGDB2_BUGZILLA_USER = {{ bugzilla_user }}
## password of the user the pkgdb application can log in to bugzilla with
PKGDB2_BUGZILLA_PASSWORD = None
PKGDB2_BUGZILLA_PASSWORD = {{ bugzilla_password }}
### FAS information