~frankban/charms/precise/juju-gui/bug-1132905-log-hook

« back to all changes in this revision

Viewing changes to config/config.js.template

  • Committer: Francesco Banconi
  • Date: 2013-01-03 11:32:16 UTC
  • mfrom: (19.1.1 juju-gui)
  • Revision ID: francesco.banconi@canonical.com-20130103113216-3tv2lqx3r3smyzok
Restore TLS in the charm

Now the charm is served using SSL again.

R=teknico, hazmat
CC=
https://codereview.appspot.com/7026046

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
  container: '#main',
6
6
  viewContainer: '#main',
7
7
  transitions: false,
8
 
  charm_store_url: 'http://jujucharms.com/',
 
8
  charm_store_url: 'https://jujucharms.com/',
9
9
  socket_url: 'ws://%(address)s:%(port)s/ws'
10
10
};