X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ee01d50d05b7d72dd372e8f3a0c78b9da6c23b38..f7e3ba3851d4ec6e3decaab0d568e492726224dc:/platforma/config/localsettings.sample?ds=sidebyside diff --git a/platforma/config/localsettings.sample b/platforma/config/localsettings.sample new file mode 100644 index 00000000..c174cf92 --- /dev/null +++ b/platforma/config/localsettings.sample @@ -0,0 +1,18 @@ +# +# localsettings template for Platforma +# +# Duplicate this file as localsettings.py and change it to your liking. +# Settings defined in localsettings.py will override settings from +# settings.py file. localsettings.py should never be commited +# to a version control system. Please make changes to settings.py +# or localsettings.sample instead. +# + +# Path to repository with managed documents +REPOSITORY_PATH = '/home/user/repository' + +# Subdirectory of STATIC_ROOT containing images +IMAGE_DIR = 'images' + +CAS_SERVICE_URL = 'http://stigma.nowoczesnapolska.org.pl/cas/' +