Change FAS link from admin.fp.o to accounts.fp.o
This commit is contained in:
parent
b78179ed3c
commit
d654d59f3a
14 changed files with 20 additions and 20 deletions
|
@ -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 %}
|
||||
),
|
||||
)
|
||||
|
|
|
@ -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 %}
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue