| author | rougeronj |
| Thu, 04 Jun 2015 20:08:01 +0200 | |
| changeset 112 | 53dc561c38d1 |
| parent 80 | 86849b3acd3a |
| child 116 | 6803d581ff19 |
| permissions | -rw-r--r-- |
| 33 | 1 |
# Database |
2 |
# https://docs.djangoproject.com/en/1.7/ref/settings/#databases |
|
3 |
||
4 |
DATABASES = { |
|
5 |
'default': { |
|
6 |
'ENGINE': 'django.db.backends.postgresql_psycopg2', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. |
|
7 |
'NAME': 'example', # Or path to database file if using sqlite3. |
|
8 |
'USER': 'example', # Not used with sqlite3. |
|
9 |
'PASSWORD': 'example', # Not used with sqlite3. |
|
10 |
'HOST': 'localhost', # Set to empty string for localhost. Not used with sqlite3. |
|
11 |
'PORT': '', # Set to empty string for default. Not used with sqlite3. |
|
12 |
} |
|
13 |
} |
|
14 |
||
15 |
# SECURITY WARNING: keep the secret key used in production secret! |
|
16 |
SECRET_KEY = '' |
|
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 = '' |