Due to qa firewalls, use the original IPs
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
5817dcc20a
commit
998b1baf74
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ pam_url:
|
||||||
settings:
|
settings:
|
||||||
{
|
{
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
url = "https://fas-all.stg.phx2.fedoraproject.org/"; # URI to fetch
|
url = "https://fas-all.stg.phx2.fedoraproject.org:8443/"; # URI to fetch
|
||||||
{% elif datacenter == 'phx2' %}
|
{% elif datacenter == 'phx2' %}
|
||||||
url = "https://fas-all.phx2.fedoraproject.org:8443/"; # URI to fetch
|
url = "https://fas-all.phx2.fedoraproject.org:8443/"; # URI to fetch
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
|
@ -2,7 +2,7 @@ pam_url:
|
||||||
{
|
{
|
||||||
settings:
|
settings:
|
||||||
{
|
{
|
||||||
url = "https://fas-all.stg.phx2.fedoraproject.org/"; # URI to fetch
|
url = "https://fas-all.stg.phx2.fedoraproject.org:8443/"; # URI to fetch
|
||||||
returncode = "OK"; # The remote script/cgi should return a 200 http code and this string as its only results
|
returncode = "OK"; # The remote script/cgi should return a 200 http code and this string as its only results
|
||||||
userfield = "user"; # userfield name to send
|
userfield = "user"; # userfield name to send
|
||||||
passwdfield = "token"; # passwdfield name to send
|
passwdfield = "token"; # passwdfield name to send
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue