You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ja...@apache.org on 2012/03/02 10:28:44 UTC

svn commit: r1296099 - /incubator/rave/trunk/rave-shindig/src/main/resources/rave.shindig.properties

Author: jasha
Date: Fri Mar  2 09:28:44 2012
New Revision: 1296099

URL: http://svn.apache.org/viewvc?rev=1296099&view=rev
Log:
RAVE-497 Set default hostname and port for OAuth callback url's in rave.shindig.properties

Modified:
    incubator/rave/trunk/rave-shindig/src/main/resources/rave.shindig.properties

Modified: incubator/rave/trunk/rave-shindig/src/main/resources/rave.shindig.properties
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/rave-shindig/src/main/resources/rave.shindig.properties?rev=1296099&r1=1296098&r2=1296099&view=diff
==============================================================================
--- incubator/rave/trunk/rave-shindig/src/main/resources/rave.shindig.properties (original)
+++ incubator/rave/trunk/rave-shindig/src/main/resources/rave.shindig.properties Fri Mar  2 09:28:44 2012
@@ -72,11 +72,11 @@ shindig.oauth.validator-max-timestamp-ag
 shindig.signing.state-key=
 shindig.signing.key-name=
 shindig.signing.key-file=
-shindig.signing.global-callback-url=http://%authority%%contextRoot%/gadgets/oauthcallback
+shindig.signing.global-callback-url=http://localhost:8080/gadgets/oauthcallback
 shindig.signing.enable-signed-callbacks=true
 
 ### If a OAuth2Client does not specify a redirect uri it will default here
-shindig.oauth2.global-redirect-uri=http://%authority%%contextRoot%/gadgets/oauth2callback
+shindig.oauth2.global-redirect-uri=http://localhost:8080/gadgets/oauth2callback
 ### Setting to true will cause the registered OAuth2Persistence plugin to load it's values
 ### with what's in config/oauth2.json, no meaning without a second persistence implementation.
 shindig.oauth2.import=false