Update fas url for stg now that the cert is fixed.
This commit is contained in:
parent
06e12bdb8b
commit
12090a21fd
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
[global]
|
[global]
|
||||||
; url - Location to fas server
|
; url - Location to fas server
|
||||||
|
{% if env == "staging" %}
|
||||||
|
url = https://admin.stg.fedoraproject.org/accounts/
|
||||||
|
{% else %}
|
||||||
url = https://admin.fedoraproject.org/accounts/
|
url = https://admin.fedoraproject.org/accounts/
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
; temp - Location to generate files while user creation process is happening
|
; temp - Location to generate files while user creation process is happening
|
||||||
temp = /var/db
|
temp = /var/db
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue