Changeset 9653 for src/django_gheat/settings.py
- Timestamp:
- Sep 3, 2011, 12:14:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/settings.py
r9636 r9653 14 14 DJANGO_BALANCERS = OSM_PROXY_BALANCERS = ['a','b','c','d','e','f'] 15 15 OSM_PROXY_CDN_DOMAINS = [d + '.osmproxy.wirelessleiden.nl' for d in DJANGO_BALANCERS] 16 OSM_PROXY_CDN_DOMAINS_PROTOCOL = 'http://' 16 17 OSM_PREFIX = '/osm-tile-proxy' 17 18 DJANGO_CDN_DOMAINS = [d + '.maps.wirelessleiden.nl' for d in DJANGO_BALANCERS] 19 DJANGO_CDN_DOMAINS_PROTOCOL = 'http://' 18 20 19 21 DEBUG = os.path.exists(PROJECT_HOME + '/enable_debug')
Note:
See TracChangeset
for help on using the changeset viewer.