Hook bodhi.stg up to pkgdb.stg

This commit is contained in:
Luke Macken 2014-06-23 21:17:08 +00:00
parent 5a76530849
commit 4d5e76d6b4

View file

@ -144,7 +144,7 @@ base_address = 'https://admin.fedoraproject.org'
acl_system = 'pkgdb'
{% if env == "staging" %}
pkgdb_url = 'http://localhost/pkgdb'
pkgdb_url = 'https://admin.stg.fedoraproject.org/pkgdb'
{% else %}
pkgdb_url = 'https://admin.fedoraproject.org/pkgdb'
{% endif %}