Author: prabath Date: Tue Jun 9 08:03:38 2009 New Revision: 38347 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=38347
Log: back to default ports Modified: branches/solutions/identity/2.0.0-alpha1/identity/modules/distribution/conf/identity.xml Modified: branches/solutions/identity/2.0.0-alpha1/identity/modules/distribution/conf/identity.xml URL: http://wso2.org/svn/browse/wso2/branches/solutions/identity/2.0.0-alpha1/identity/modules/distribution/conf/identity.xml?rev=38347&r1=38346&r2=38347&view=diff ============================================================================== --- branches/solutions/identity/2.0.0-alpha1/identity/modules/distribution/conf/identity.xml (original) +++ branches/solutions/identity/2.0.0-alpha1/identity/modules/distribution/conf/identity.xml Tue Jun 9 08:03:38 2009 @@ -2,9 +2,9 @@ <Server xmlns="http://wso2.org/projects/carbon/carbon.xml"> - <OpenIDServerUrl>https://localhost:${carbon.https.port}/openidserver</OpenIDServerUrl> + <OpenIDServerUrl>https://localhost:9443/openidserver</OpenIDServerUrl> - <OpenIDUserPattern>https://localhost:${carbon.https.port}/openid/</OpenIDUserPattern> + <OpenIDUserPattern>https://localhost:9443/openid/</OpenIDUserPattern> <!-- Security configurations _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
