~juju-gui/charms/precise/juju-gui/trunk

« back to all changes in this revision

Viewing changes to config/config.js.template

  • Committer: Brad Crittenden
  • Date: 2013-09-12 19:58:07 UTC
  • mfrom: (105.2.4 ga-key)
  • Revision ID: bac@canonical.com-20130912195807-19pl1318uqwbys3s
[r=rick_h] Remove use-analytics and add ga-key for specifying Google Analytics key to use.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
  apiBackend: {{api_backend}}, // Value can be 'python' or 'go'.
23
23
  readOnly: {{readonly}},
24
24
  sandbox: {{sandbox}},
25
 
  useAnalytics: {{use_analytics}},
 
25
  GA_key: {{ga_key}},
26
26
  login_help: {{login_help}},
27
27
  defaultViewmode: {{default_viewmode}},
28
28
  showGetJujuButton: {{show_get_juju_button}}