Repository: airavata-php-gateway Updated Branches: refs/heads/master 2775a356b -> 71890a7fa
changing the default credential store token 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/71890a7f Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/71890a7f Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/71890a7f Branch: refs/heads/master Commit: 71890a7faf1f0c7e4e1fff323370d6ca59516266 Parents: 2775a35 Author: Supun Nakandala <[email protected]> Authored: Wed Jun 3 20:49:09 2015 +0530 Committer: Supun Nakandala <[email protected]> Committed: Wed Jun 3 20:49:09 2015 +0530 ---------------------------------------------------------------------- app/config/pga_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/71890a7f/app/config/pga_config.php ---------------------------------------------------------------------- diff --git a/app/config/pga_config.php b/app/config/pga_config.php index f3c8f59..48599b2 100644 --- a/app/config/pga_config.php +++ b/app/config/pga_config.php @@ -99,7 +99,7 @@ return array( /** * Credentials Store Token */ - 'credential-store-token' => '811351f3-7484-4931-b354-24881e7963e9', + 'credential-store-token' => 'bdc612fe-401e-4684-88e9-317f99409c45', /** * Default queue name
