Fix initialization.
[redakcja.git] / src / 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 # Filling this out is required.
15 SECRET_KEY = ''
16
17 # Path to repository with managed documents
18 CATALOGUE_REPO_PATH = '/srv/redakcja/books'
19 CATALOGUE_IMAGE_REPO_PATH = '/srv/redakcja/images'
20
21 #STATIC_ROOT = '/srv/redakcja/static/'
22 #MEDIA_ROOT = '/srv/redakcja/media/'
23
24 # Subdirectory of MEDIA_ROOT containing images
25 #IMAGE_DIR = 'images/'
26
27 CAS_SERVER_URL = 'https://logowanie.nowoczesnapolska.org.pl/cas/'
28 CAS_VERSION = '2'
29
30 REDMINE_URL = 'https://redmine.nowoczesnapolska.org.pl/'
31 DEBUG = True
32 MAINTENANCE_MODE = False
33 COMPRESS = False
34
35 APICLIENT_WL_CONSUMER_KEY = None
36 APICLIENT_WL_CONSUMER_SECRET = None