Simpler deployment.
[redakcja.git] / 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 # Path to repository with managed documents
12 REPOSITORY_PATH = '/home/user/repository'
13
14 # Subdirectory of STATIC_ROOT containing images
15 IMAGE_DIR = 'images'
16
17 CAS_SERVICE_URL = 'http://stigma.nowoczesnapolska.org.pl/cas/'
18