Ignore:
Timestamp:
Aug 16, 2012, 9:00:50 PM (13 years ago)
Author:
rick
Message:

Re-install of heatmap on other server with Django 1.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/settings.py

    r10924 r11406  
    1212
    1313DJANGO_BALANCERS = OSM_PROXY_BALANCERS = ['a','b','c','d','e','f']
    14 OSM_PROXY_CDN_DOMAINS = [d + '.osmproxy.wirelessleiden.nl' for d in DJANGO_BALANCERS]
     14OSM_PROXY_CDN_DOMAINS = [d + '.tile.vanderzwet.net' for d in DJANGO_BALANCERS]
    1515OSM_PROXY_CDN_DOMAINS_PROTOCOL = 'http://'
    16 OSM_PREFIX = '/osm-tile-proxy'
    17 DJANGO_CDN_DOMAINS = [d + '.maps.wirelessleiden.nl' for d in DJANGO_BALANCERS]
     16OSM_PREFIX = '/'
     17DJANGO_CDN_DOMAINS = [d + '.wleiden.maps.vanderzwet.net' for d in DJANGO_BALANCERS]
    1818DJANGO_CDN_DOMAINS_PROTOCOL = 'http://'
    1919
     
    3737        'NAME': 'project_heatmap',
    3838        'USER': 'root',
    39         'PASSWORD': '',
     39        'PASSWORD': 'R00tj3!',
    4040        'HOST': 'localhost',
    4141        'PORT': '3306',
     
    4545CACHES = {
    4646    'default': {
    47         'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
    48         'LOCATION': '127.0.0.1:11211',
     47        'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',
     48        'LOCATION': OSM_PROXY_DIR,
    4949        'TIMEOUT': 3600 * 24 * 7,
    5050        'OPTIONS': {
Note: See TracChangeset for help on using the changeset viewer.