diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index bcae42ebbb..dd89aabdcb 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -106,7 +106,7 @@ fedora_master_repomd = http://download.fedora.redhat.com/pub/fedora/linux/update fedora_epel_master_repomd = http://download.fedora.redhat.com/pub/epel/%d/i386/repodata/repomd.xml ## The base url of this application -base_address = https://admin.fedoraproject.org/updates/ +base_address = https://bodhi.fedoraproject.org/updates/ ## Supported update types update_types = bugfix enhancement security newpackage diff --git a/roles/bodhi2/base/templates/staging.ini.j2 b/roles/bodhi2/base/templates/staging.ini.j2 index f5aae9387e..0f5a786cee 100644 --- a/roles/bodhi2/base/templates/staging.ini.j2 +++ b/roles/bodhi2/base/templates/staging.ini.j2 @@ -112,7 +112,7 @@ fedora_epel_master_repomd = 'http://download01.phx2.fedoraproject.org/pub/epel/% ## The base url of this application -base_address = https://admin.stg.fedoraproject.org/updates/ +base_address = https://bodhi.stg.fedoraproject.org/ ## Supported update types update_types = bugfix enhancement security newpackage