server/config.py.tmpl
author rougeronj
Thu, 04 Jun 2015 20:11:40 +0200
changeset 115 8bc06e007fd5
parent 80 86849b3acd3a
child 116 6803d581ff19
permissions -rw-r--r--
copy-server ammico client changes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
33
c71a015191f6 remove local datas and keys
rougeronj
parents:
diff changeset
     1
# Database
c71a015191f6 remove local datas and keys
rougeronj
parents:
diff changeset
     2
# https://docs.djangoproject.com/en/1.7/ref/settings/#databases
c71a015191f6 remove local datas and keys
rougeronj
parents:
diff changeset
     3
c71a015191f6 remove local datas and keys
rougeronj
parents:
diff changeset
     4
DATABASES = {
c71a015191f6 remove local datas and keys
rougeronj
parents:
diff changeset
     5
    'default': {
c71a015191f6 remove local datas and keys
rougeronj
parents:
diff changeset
     6
        'ENGINE': 'django.db.backends.postgresql_psycopg2', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
c71a015191f6 remove local datas and keys
rougeronj
parents:
diff changeset
     7
        'NAME': 'example',                      # Or path to database file if using sqlite3.
c71a015191f6 remove local datas and keys
rougeronj
parents:
diff changeset
     8
        'USER': 'example',                      # Not used with sqlite3.
c71a015191f6 remove local datas and keys
rougeronj
parents:
diff changeset
     9
        'PASSWORD': 'example',                  # Not used with sqlite3.
c71a015191f6 remove local datas and keys
rougeronj
parents:
diff changeset
    10
        'HOST': 'localhost',                      # Set to empty string for localhost. Not used with sqlite3.
c71a015191f6 remove local datas and keys
rougeronj
parents:
diff changeset
    11
        'PORT': '',                      # Set to empty string for default. Not used with sqlite3.
c71a015191f6 remove local datas and keys
rougeronj
parents:
diff changeset
    12
    }
c71a015191f6 remove local datas and keys
rougeronj
parents:
diff changeset
    13
}
c71a015191f6 remove local datas and keys
rougeronj
parents:
diff changeset
    14
c71a015191f6 remove local datas and keys
rougeronj
parents:
diff changeset
    15
# SECURITY WARNING: keep the secret key used in production secret!
c71a015191f6 remove local datas and keys
rougeronj
parents:
diff changeset
    16
SECRET_KEY = ''
c71a015191f6 remove local datas and keys
rougeronj
parents:
diff changeset
    17
80
86849b3acd3a Add Orpheo Serializer and update config.tmpl with empty Orpheo URL
rougeronj
parents: 33
diff changeset
    18
URL_JAMESPOT = 'http://fui-ammico.jamespot.pro/api/api.php?&k=API-KEY&d=YYYY-MM-DD&m=EXT-API&v=2.0'
86849b3acd3a Add Orpheo Serializer and update config.tmpl with empty Orpheo URL
rougeronj
parents: 33
diff changeset
    19
URL_EXALEAD = ''
86849b3acd3a Add Orpheo Serializer and update config.tmpl with empty Orpheo URL
rougeronj
parents: 33
diff changeset
    20
URL_ORPHEO = ''