You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by jc...@apache.org on 2012/01/09 16:36:07 UTC

svn commit: r1229211 - /incubator/rave/site/trunk/content/rave/documentation/configure-locked-domain.mdtext

Author: jcian
Date: Mon Jan  9 15:36:07 2012
New Revision: 1229211

URL: http://svn.apache.org/viewvc?rev=1229211&view=rev
Log:
Fixed wrong domain name in sample configuration.

Modified:
    incubator/rave/site/trunk/content/rave/documentation/configure-locked-domain.mdtext

Modified: incubator/rave/site/trunk/content/rave/documentation/configure-locked-domain.mdtext
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/documentation/configure-locked-domain.mdtext?rev=1229211&r1=1229210&r2=1229211&view=diff
==============================================================================
--- incubator/rave/site/trunk/content/rave/documentation/configure-locked-domain.mdtext (original)
+++ incubator/rave/site/trunk/content/rave/documentation/configure-locked-domain.mdtext Mon Jan  9 15:36:07 2012
@@ -58,7 +58,7 @@ For the Shindig configuration changes pl
          // attempt to use the authority at all.  Ideally it would be another hostname that points to this server.
          // Example: unlockedDomain="shindig.example.com" lockedDomainSuffix="-locked.gadgets.example.com"
         -"gadgets.uri.iframe.lockedDomainSuffix": "${Cur['defaultShindigTestAuthority']}",
-        +"gadgets.uri.iframe.lockedDomainSuffix": "-locked.gadgets.mmodules.org:8080",
+        +"gadgets.uri.iframe.lockedDomainSuffix": "-locked.gadgets.example.com:8080",
          
          // Origins for CORS requests and/or Referer validation
          // Indicate a set of origins or an entry with * to indicate that all origins are allowed