server/src/config.py.tmpl
changeset 149 8e117699857a
parent 148 9f6f17de6d98
parent 142 925337e6983d
child 150 78e82bf8ff89
--- a/server/src/config.py.tmpl	Tue Jun 09 19:13:29 2015 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# 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 = ''
-AUTH_JAMESPOT = ''
-
-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 = ''
\ No newline at end of file