Index: app/config-debug.js |
=== modified file 'app/config-debug.js' |
--- app/config-debug.js 2013-03-13 17:59:29 +0000 |
+++ app/config-debug.js 2013-03-14 19:18:17 +0000 |
@@ -1,11 +1,16 @@ |
var juju_config = { |
- consoleEnabled: true, |
+ // These are blacklisted config items not passed into subapps mounted into |
+ // the main App. |
serverRouting: false, |
html5: true, |
container: '#main', |
viewContainer: '#main', |
// FIXME: turn off transitions until they are fixed. |
transitions: false, |
+ |
+ // These are the main application config items used and passed down into all |
+ // SubApps. |
+ consoleEnabled: true, |
charm_store_url: 'http://jujucharms.com/', |
// The config has three socket settings. socket_port and socket_protocol |
// modify the current application url to determine the websocket url (always |