You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by ss...@apache.org on 2013/02/26 13:17:44 UTC

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

Author: ssievers
Date: Tue Feb 26 12:17:44 2013
New Revision: 1450146

URL: http://svn.apache.org/r1450146
Log:
default bool value of container.js is written in string | Patch from Marshall Shi.  Thanks!

Modified:
    shindig/trunk/config/container.js

Modified: shindig/trunk/config/container.js
URL: http://svn.apache.org/viewvc/shindig/trunk/config/container.js?rev=1450146&r1=1450145&r2=1450146&view=diff
==============================================================================
--- shindig/trunk/config/container.js (original)
+++ shindig/trunk/config/container.js Tue Feb 26 12:17:44 2013
@@ -138,10 +138,10 @@
 "gadgets.uri.proxy.path" : "${CONTEXT_ROOT}/gadgets/proxy",
 
 // Enables/Disables feature administration
-"gadgets.admin.enableFeatureAdministration" : "false",
+"gadgets.admin.enableFeatureAdministration" : false,
 
 // Enables whitelist checks
-"gadgets.admin.enableGadgetWhitelist" : "false",
+"gadgets.admin.enableGadgetWhitelist" : false,
 
 // Max post size for posts through the makeRequest proxy.
 "gadgets.jsonProxyUrl.maxPostSize" : 5242880, // 5 MiB