Repository: airavata-php-gateway Updated Branches: refs/heads/develop 67f8c162e -> 1fd4df46a
pga_config template configurations update 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/422f99d1 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/422f99d1 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/422f99d1 Branch: refs/heads/develop Commit: 422f99d1e446fd3718333e1bb842e6188d35c22e Parents: 6c04ff3 Author: Nipurn Doshi <[email protected]> Authored: Tue Feb 2 11:32:30 2016 -0500 Committer: Nipurn Doshi <[email protected]> Committed: Tue Feb 2 11:32:30 2016 -0500 ---------------------------------------------------------------------- app/config/pga_config.php.template | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/422f99d1/app/config/pga_config.php.template ---------------------------------------------------------------------- diff --git a/app/config/pga_config.php.template b/app/config/pga_config.php.template index 07520a4..84a354d 100644 --- a/app/config/pga_config.php.template +++ b/app/config/pga_config.php.template @@ -2,7 +2,7 @@ return array( /** * ***************************************************************** - * WSO2 Identity Server Client Configurations + * WSO2 Identity Server Related Configurations * ***************************************************************** */ @@ -51,12 +51,12 @@ return array( /** * Identity server domain */ - 'server' => 'localhost', + 'server' => 'idp.scigap.org', /** * Identity server url */ - 'service-url' => 'https://localhost:7443/', + 'service-url' => 'https://idp.scigap.org:7443/', /** * Enable HTTPS server verification @@ -86,7 +86,7 @@ return array( * Airavata API server location. Use tls:// as the protocol to * connect TLS enabled Airavata */ - 'airavata-server' => 'localhost', + 'airavata-server' => 'gw56.iu.xsede.org', /** * Airavata API server port @@ -151,12 +151,7 @@ return array( /** * Life time of app catalog data cache in minutes */ - 'app-catalog-cache-duration' => 5, - - /** - * Gateway data store resource id - */ - 'gateway-data-store-resource-id' => '' + 'app-catalog-cache-duration' => 5 ], /**
