From 575c9820dffbfee3311e19a5f64e64b98c2ed5f8 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Fri, 19 Oct 2018 11:13:05 -0500 Subject: Fix GUI Buttons Issue-ID: AAF-435 Change-Id: I8b5e83609176a22b5aa54cac6fd0911488bd707b Signed-off-by: Instrumental --- auth/sample/local/initialConfig.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth/sample/local') diff --git a/auth/sample/local/initialConfig.props b/auth/sample/local/initialConfig.props index 2f599cdb..740bf844 100644 --- a/auth/sample/local/initialConfig.props +++ b/auth/sample/local/initialConfig.props @@ -1,4 +1,4 @@ -aaf_locate_url=https://meriadoc.mithril.sbc.com:8095 +aaf_locate_url=https://localhost:8095 aaf_oauth2_introspect_url=https://AAF_LOCATE_URL/AAF_NS.introspect:2.1/introspect aaf_oauth2_token_url=https://AAF_LOCATE_URL/AAF_NS.token:2.1/token aaf_url=https://AAF_LOCATE_URL/AAF_NS.service:2.1 -- cgit 1.2.3-korg