X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/6da718d80af13cf081d63b39f4240df1f1e53424..dad2926396c3d80ad59421afab6b0d819c288cf8:/redakcja/localsettings.sample?ds=sidebyside diff --git a/redakcja/localsettings.sample b/redakcja/localsettings.sample index cdd2949c..c1b1a19b 100644 --- a/redakcja/localsettings.sample +++ b/redakcja/localsettings.sample @@ -12,14 +12,14 @@ from redakcja.settings import * # Path to repository with managed documents -WIKI_REPOSITORY_PATH = '/home/lrekucki/projekty/fundacja/books' +WIKI_REPOSITORY_PATH = '/srv/redakcja/books' -LOGGING_CONFIG_FILE = "/home/lrekucki/projekty/fundacja/redakcja/logging.cfg.dev" +LOGGING_CONFIG_FILE = "/srv/redakcja/logging.cfg.dev" -STATIC_ROOT = '/home/lrekucki/projekty/fundacja/redakcja/redakcja/static/' -MEDIA_ROOT = '/home/lrekucki/projekty/fundacja/media/' +STATIC_ROOT = '/srv/redakcja/static/' +MEDIA_ROOT = '/srv/redakcja/media/' -# Subdirectory of STATIC_ROOT containing images +# Subdirectory of MEDIA_ROOT containing images IMAGE_DIR = 'images' CAS_SERVER_URL = 'http://logowanie.wolnelektury.pl/cas/'