~bcsaller/juju-gui/graph-component

1
2
3
4
5
6
7
8
9
10
11
var juju_config = {
  consoleEnabled: true,
  serverRouting: false,
  html5: true,
  container: '#main',
  viewContainer: '#main',
  // FIXME: turn off transitions until they are fixed.
  transitions: false,
  charm_store_url: 'http://jujucharms.com/',
  socket_url: 'ws://localhost:8081/ws'
};