summaryrefslogtreecommitdiffstats
path: root/roles/fas_server/templates/export-bugzilla.cfg.j2
blob: 8679f361b577f7ae1767cf17f73e2eec0e491bad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[global]
# bugzilla.url = https://bugdev.devel.redhat.com/bugzilla-cvs/xmlrpc.cgi
# Running from fas1 so we need the PHX available address.
bugzilla.url = "https://bugzilla.redhat.com/xmlrpc.cgi"
# bugzilla.url = "https://bugzilla.redhat.com/xmlrpc.cgi"
bugzilla.username = "fedora-admin-xmlrpc@redhat.com"
bugzilla.password = "{{ bugzillaPassword }}"

# Mail server for sending invalid bugzilla account messages
mail.server = 'bastion'
mail.admin_email = 'admin@fedoraproject.org'

# This is a list (*must* have a comma) of email addresses to send messages about
# invalid bugzilla accounts to.  The strin '$USER' is special.  If present in the
# list, it will send an email to the user whose email address is not in bugzilla.
mail.notify_email = 'admin@fedoraproject.org',

# At the moment, we have to extract this information directly from the fas2
# database.  We can build a json interface for it at a later date.
sqlalchemy.dburi = "postgres://fas:{{ fasDbPassword }}@db-fas/fas2"