~zulcss/horizon/horizon-g3-precise

« back to all changes in this revision

Viewing changes to .pc/add_juju_settings_panel.patch/openstack_dashboard/local/local_settings.py.example

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-06-01 10:57:56 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120601105756-dif0km7n98vhdi2x
Tags: 2012.2~f2~20120530.1777-0ubuntu1
* New upstream release. 
* debian/patches/add_juju_settings_panel.patch: Refreshed
* debian/patches/turn-off-debug.patch: Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
DEBUG = True
6
6
TEMPLATE_DEBUG = DEBUG
7
7
PROD = False
8
 
USE_SSL = False
 
8
 
 
9
# Set SSL proxy settings:
 
10
# For Django 1.4+ pass this header from the proxy after terminating the SSL,
 
11
# and don't forget to strip it from the client's request.
 
12
# For more information see:
 
13
# https://docs.djangoproject.com/en/1.4/ref/settings/#secure-proxy-ssl-header
 
14
# SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTOCOL', 'https')
9
15
 
10
16
# Note: You should change this value
11
17
SECRET_KEY = 'elj1IWiLoWHgcyYxFVLj7cM5rGOOxWl0'