server/config.py.tmpl
author rougeronj
Thu, 04 Jun 2015 20:08:01 +0200
changeset 112 53dc561c38d1
parent 80 86849b3acd3a
child 116 6803d581ff19
permissions -rw-r--r--
add first migration and updates requirements

# Database
# https://docs.djangoproject.com/en/1.7/ref/settings/#databases

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.postgresql_psycopg2', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
        'NAME': 'example',                      # Or path to database file if using sqlite3.
        'USER': 'example',                      # Not used with sqlite3.
        'PASSWORD': 'example',                  # Not used with sqlite3.
        'HOST': 'localhost',                      # Set to empty string for localhost. Not used with sqlite3.
        'PORT': '',                      # Set to empty string for default. Not used with sqlite3.
    }
}

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = ''

URL_JAMESPOT = 'http://fui-ammico.jamespot.pro/api/api.php?&k=API-KEY&d=YYYY-MM-DD&m=EXT-API&v=2.0'
URL_EXALEAD = ''
URL_ORPHEO = ''