You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/03/23 00:15:40 UTC

svn commit: r926394 - /shindig/trunk/config/container.js

Author: lindner
Date: Mon Mar 22 23:15:40 2010
New Revision: 926394

URL: http://svn.apache.org/viewvc?rev=926394&view=rev
Log:
add container param for default

Modified:
    shindig/trunk/config/container.js

Modified: shindig/trunk/config/container.js
URL: http://svn.apache.org/viewvc/shindig/trunk/config/container.js?rev=926394&r1=926393&r2=926394&view=diff
==============================================================================
--- shindig/trunk/config/container.js (original)
+++ shindig/trunk/config/container.js Mon Mar 22 23:15:40 2010
@@ -102,7 +102,7 @@
   "core.io" : {
     // Note: /proxy is an open proxy. Be careful how you expose this!
     // Note: Here // is replaced with the current protocol http/https
-    "proxyUrl" : "//%host%/gadgets/proxy?refresh=%refresh%&url=%url%%rewriteMime%",
+    "proxyUrl" : "//%host%/gadgets/proxy?container=default&refresh=%refresh%&url=%url%%rewriteMime%",
     "jsonProxyUrl" : "//%host%/gadgets/makeRequest"
   },
   "views" : {