~frankban/charms/precise/juju-gui/guiserver-deployer-initial

« back to all changes in this revision

Viewing changes to config/config.js.template

  • Committer: Brad Crittenden
  • Date: 2013-07-22 15:00:39 UTC
  • mfrom: (76.1.2 critical-fix)
  • Revision ID: bac@canonical.com-20130722150039-0izpjvrutt3w4svg
Update charm_store_url to point to new location.

R=rharding
CC=
https://codereview.appspot.com/11525046

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
  // These are the main application config items used and passed down into all
11
11
  // SubApps.
12
12
  consoleEnabled: {{console_enabled}},
13
 
  charm_store_url: 'https://jujucharms.com/',
 
13
  charm_store_url: 'https://manage.jujucharms.com/',
14
14
  charmworldURL: {{charmworld_url}},
15
15
  // socket_url is only honored in older versions of the GUI.
16
16
  socket_url: '{{raw_protocol}}://{{address}}/ws',