Librarian in regular requirements.
[redakcja.git] / redakcja / localsettings.sample
1
2 #  localsettings template for Platforma
3 #
4 #  Duplicate this file as localsettings.py and change it to your liking.
5 #  Settings defined in localsettings.py will override settings from 
6 #  settings.py file. localsettings.py should never be commited 
7 #  to a version control system. Please make changes to settings.py 
8 #  or localsettings.sample instead.
9 #
10
11 # THIS IS REQUIRED
12 from redakcja.settings import *
13
14 # Path to repository with managed documents
15 CATALOGUE_REPO_PATH = '/srv/redakcja/books'
16
17 LOGGING_CONFIG_FILE = "/srv/redakcja/logging.cfg.dev"
18
19 STATIC_ROOT = '/srv/redakcja/static/'
20 MEDIA_ROOT = '/srv/redakcja/media/'
21
22 # Subdirectory of MEDIA_ROOT containing images
23 IMAGE_DIR = 'images/'
24
25 CAS_SERVER_URL = 'http://logowanie.nowoczesnapolska.org.pl/cas/'
26 CAS_VERSION = '3'
27
28 REDMINE_URL = 'http://redmine.nowoczesnapolska.org.pl/'
29 DEBUG = True
30 MAINTENANCE_MODE = False
31 COMPRESS = False
32
33 APICLIENT_WL_CONSUMER_KEY = None
34 APICLIENT_WL_CONSUMER_SECRET = None
35
36 CELERY_ALWAYS_EAGER = False
37
38 SECRET_KEY = ''