This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added product cep changes to support new carbon dashboard version
- Loading branch information
Damith
authored and
Damith
committed
Feb 1, 2016
1 parent
8ba0603
commit 5beb473
Showing
6 changed files
with
81 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
modules/distribution/repository/resources/jaggery/config/designer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"store": { | ||
"type": "fs" | ||
}, | ||
"authentication": { | ||
"activeMethod": "basic", | ||
"methods": { | ||
"sso": { | ||
"attributes": { | ||
"issuer": "portal", | ||
"identityProviderURL": "https://localhost:9443/samlsso", | ||
"responseSigningEnabled": "false", | ||
"acs": "https://localhost:9444/portal/acs", | ||
"identityAlias": "wso2carbon", | ||
"useTenantKey": false | ||
} | ||
}, | ||
"basic": { | ||
"attributes": {} | ||
} | ||
} | ||
}, | ||
"designers": [ | ||
"Internal/everyone" | ||
], | ||
"tenantPrefix": "/t", | ||
"shareStore": false, | ||
"theme": "basic", | ||
"cacheTimeoutSeconds": "5", | ||
"cacheSizeBytes": "1073741824", | ||
"defaultDashboardRedirect": false, | ||
"isCreateGadgetEnable": true, | ||
"oauth": { | ||
"username": "admin", | ||
"password": "admin" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters