Repository: airavata-php-gateway Updated Branches: refs/heads/master 33bd2a7b4 -> b73806af7
updating default configs to local host Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/b73806af Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/b73806af Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/b73806af Branch: refs/heads/master Commit: b73806af732a8c6f68e7e4b1fe67fa695b61c960 Parents: 33bd2a7 Author: smarru <[email protected]> Authored: Mon Jan 4 06:42:31 2016 -0500 Committer: smarru <[email protected]> Committed: Mon Jan 4 06:42:31 2016 -0500 ---------------------------------------------------------------------- app/config/pga_config.php.template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/b73806af/app/config/pga_config.php.template ---------------------------------------------------------------------- diff --git a/app/config/pga_config.php.template b/app/config/pga_config.php.template index 041004d..ae7fae5 100644 --- a/app/config/pga_config.php.template +++ b/app/config/pga_config.php.template @@ -2,7 +2,7 @@ return array( /** * ***************************************************************** - * These are WSO2 Identity Server Related Configurations + * WSO2 Identity Server Client Configurations * ***************************************************************** */ @@ -51,12 +51,12 @@ return array( /** * Identity server domain */ - 'server' => 'idp.scigap.org', + 'server' => 'localhost', /** * Identity server url */ - 'service-url' => 'https://idp.scigap.org:7443/', + 'service-url' => 'https://localhost:7443/', /** * Enable HTTPS server verification @@ -77,7 +77,7 @@ return array( /** * ***************************************************************** - * These are Airavata Related Configurations + * Airavata Client Configurations * ***************************************************************** */ 'airavata' => [ @@ -86,7 +86,7 @@ return array( * Airavata API server location. Use tls:// as the protocol to * connect TLS enabled Airavata */ - 'airavata-server' => 'gw56.iu.xsede.org', + 'airavata-server' => 'localhost', /** * Airavata API server port
