Repository: airavata-php-gateway Updated Branches: refs/heads/AIRAVATA-2520-bugfix [created] 07d3255be
Changed the : notation to => for logo key in auth-options array 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/89547b30 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/89547b30 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/89547b30 Branch: refs/heads/AIRAVATA-2520-bugfix Commit: 89547b3081d895e46c9f5dd2be78bbb379e88d08 Parents: fa310a1 Author: Marcus Christie <[email protected]> Authored: Fri Sep 29 16:01:53 2017 -0400 Committer: Marcus Christie <[email protected]> Committed: Fri Sep 29 16:01:53 2017 -0400 ---------------------------------------------------------------------- app/config/pga_config.php.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/89547b30/app/config/pga_config.php.template ---------------------------------------------------------------------- diff --git a/app/config/pga_config.php.template b/app/config/pga_config.php.template index 654a1ed..48ddc1d 100644 --- a/app/config/pga_config.php.template +++ b/app/config/pga_config.php.template @@ -74,7 +74,7 @@ return array( // http://www.keycloak.org/docs/2.5/server_admin/topics/identity-broker/suggested.html 'oauth-authorize-url-extra-params' => 'kc_idp_hint=oidc', // Optional - 'logo': '/assets/path_to_image.png' + 'logo' => '/assets/path_to_image.png' ], ],
