diff --git a/roles/fas_client/templates/fas.conf.j2 b/roles/fas_client/templates/fas.conf.j2 index 1dae863058..a27f0ef571 100644 --- a/roles/fas_client/templates/fas.conf.j2 +++ b/roles/fas_client/templates/fas.conf.j2 @@ -1,6 +1,10 @@ [global] ; url - Location to fas server +{% if env == "staging" %} +url = https://admin.stg.fedoraproject.org/accounts/ +{% else %} url = https://admin.fedoraproject.org/accounts/ +{% endif %} ; temp - Location to generate files while user creation process is happening temp = /var/db