Updated Branches: refs/heads/master 642bdf4b0 -> bf48fbcd0
removing unncessary configs Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/bf48fbcd Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/bf48fbcd Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/bf48fbcd Branch: refs/heads/master Commit: bf48fbcd07c673031193c2425441ce2738db7c60 Parents: 642bdf4 Author: Pradeep Fernando <[email protected]> Authored: Sat Feb 1 20:45:47 2014 +0530 Committer: Pradeep Fernando <[email protected]> Committed: Sat Feb 1 20:45:47 2014 +0530 ---------------------------------------------------------------------- .../console/config/console.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/bf48fbcd/components/org.apache.stratos.manager.console/console/config/console.json ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/config/console.json b/components/org.apache.stratos.manager.console/console/config/console.json index 589a8e6..3e60bd8 100644 --- a/components/org.apache.stratos.manager.console/console/config/console.json +++ b/components/org.apache.stratos.manager.console/console/config/console.json @@ -9,20 +9,8 @@ "tokenEndpoint":"https://localhost:9445/oauth2/token" }, - "paths": { - "ASSET_EXT_PATH": "/assets", - "ASSET_DEFAULT_PATH": "/assets/default", - "ASSETS_EXT_PATH": "/assets", - "ASSETS_DEFAULT_PATH": "/assets/default", - "RXT_EXTENSION_PATH": "/config/ext/" - }, - - "urls": { - "MGT": "/mgt" - }, - "ssoConfiguration": { - "enabled": true, + "enabled": false, "issuer": "console", "identityProviderURL": "https://localhost:9446/sso/samlsso.jag", "keyStorePassword": "wso2carbon",
