Repository: stratos Updated Branches: refs/heads/4.0.0-grouping 7618c7b17 -> ae75efc37
change configuration of metadataservice.xml Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/ae75efc3 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/ae75efc3 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/ae75efc3 Branch: refs/heads/4.0.0-grouping Commit: ae75efc371f17d7c11db207c288cbf2e466bdf03 Parents: 7618c7b Author: Udara Liyanage <[email protected]> Authored: Tue Oct 28 16:36:58 2014 +0530 Committer: Udara Liyanage <[email protected]> Committed: Tue Oct 28 16:36:58 2014 +0530 ---------------------------------------------------------------------- .../distribution/src/main/conf/metadataservice.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/ae75efc3/products/stratos/modules/distribution/src/main/conf/metadataservice.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/conf/metadataservice.xml b/products/stratos/modules/distribution/src/main/conf/metadataservice.xml index 5e8bb1d..5073e24 100644 --- a/products/stratos/modules/distribution/src/main/conf/metadataservice.xml +++ b/products/stratos/modules/distribution/src/main/conf/metadataservice.xml @@ -18,6 +18,7 @@ under the License. --> <configuration> + <!-- <metadataservice> <govenanceregistrytype>carbon</govenanceregistrytype> <serverurl>https://localhost:9445/services/</serverurl> @@ -30,8 +31,13 @@ <trustStore>repository/resources/security/wso2carbon.jks</trustStore> <trustStorePassword>wso2carbon</trustStorePassword> <trustStoreType>JKS</trustStoreType> - - - </metadataservice> + --> + <metadataService> + <baseUrl>https://localhost:9443/stratosmetadataservice/</baseUrl> + <username>admin</username> + <password>admin</password> + </metadataService> + <metadataClient> + </metadataClient> </configuration>
