server/config.py.tmpl
author rougeronj
Fri, 22 May 2015 12:37:37 +0200
changeset 90 faf2cdb47813
parent 80 86849b3acd3a
child 116 6803d581ff19
permissions -rw-r--r--
remove "comment" from the model. Copy the 'comment' field of Jamespot in the 'description' field of the model instead
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 = ''