X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0d32008f4ab55669ec5eb13ed1af3c2741092ef5..042546599575e59a9cb74c91194e3e3af4824447:/src/redakcja/localsettings.sample diff --git a/src/redakcja/localsettings.sample b/src/redakcja/localsettings.sample index 6d17799f..cd625588 100644 --- a/src/redakcja/localsettings.sample +++ b/src/redakcja/localsettings.sample @@ -11,16 +11,19 @@ # THIS IS REQUIRED from redakcja.settings import * +# Filling this out is required. +SECRET_KEY = '' +ALLOWED_HOSTS = [] + # Path to repository with managed documents CATALOGUE_REPO_PATH = '/srv/redakcja/books' +CATALOGUE_IMAGE_REPO_PATH = '/srv/redakcja/images' -LOGGING_CONFIG_FILE = "/srv/redakcja/logging.cfg.dev" - -STATIC_ROOT = '/srv/redakcja/static/' -MEDIA_ROOT = '/srv/redakcja/media/' +#STATIC_ROOT = '/srv/redakcja/static/' +#MEDIA_ROOT = '/srv/redakcja/media/' # Subdirectory of MEDIA_ROOT containing images -IMAGE_DIR = 'images/' +#IMAGE_DIR = 'images/' CAS_SERVER_URL = 'https://logowanie.nowoczesnapolska.org.pl/cas/' CAS_VERSION = '2' @@ -32,5 +35,3 @@ COMPRESS = False APICLIENT_WL_CONSUMER_KEY = None APICLIENT_WL_CONSUMER_SECRET = None - -SECRET_KEY = ''