Change FAS link from admin.fp.o to accounts.fp.o

This commit is contained in:
Lenka Segura 2021-07-29 09:14:27 +02:00 committed by mobrien
parent b78179ed3c
commit d654d59f3a
14 changed files with 20 additions and 20 deletions

View file

@ -3,7 +3,7 @@ config = dict(
username="fedoradummy",
password="{{ fedoraDummyUserPassword }}",
{% if env == 'staging' %}
base_url="https://admin.stg.fedoraproject.org/accounts/",
base_url="https://accounts.stg.fedoraproject.org/",
{% endif %}
),
)

View file

@ -3,7 +3,7 @@ config = dict(
username="fedoradummy",
password="{{ fedoraDummyUserPassword }}",
{% if env == 'staging' %}
base_url="https://admin.stg.fedoraproject.org/accounts/",
base_url="https://accounts.stg.fedoraproject.org/",
{% endif %}
),
)