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" : {