From d27f674cafbfe72229f9c6940a53b6621a4ae0ed Mon Sep 17 00:00:00 2001 From: Ricky Zhou Date: Wed, 5 Mar 2008 11:40:11 -0500 Subject: [PATCH] Let's see if this helps the /accounts/accounts problem. --- fas/dev.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fas/dev.cfg b/fas/dev.cfg index 8241698..417e454 100644 --- a/fas/dev.cfg +++ b/fas/dev.cfg @@ -54,7 +54,7 @@ tg.strict_parameters = True server.webpath='/accounts' base_url_filter.on=True -base_url_filter.base_url = "http://localhost:8088/accounts" +base_url_filter.base_url = "https://publictest10.fedoraproject.org/accounts" # Make the session cookie only return to the host over an SSL link # Disabled for testing.