X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5913c54d19b8f6775633176032161d49f9b2f1aa..a8ffbcfa8eed3032af4a7accec640a3cc424c842:/src/redakcja/localsettings.sample diff --git a/src/redakcja/localsettings.sample b/src/redakcja/localsettings.sample index a0eb426e..df74e78e 100644 --- a/src/redakcja/localsettings.sample +++ b/src/redakcja/localsettings.sample @@ -11,28 +11,26 @@ # THIS IS REQUIRED from redakcja.settings import * +# Filling this out is required. +SECRET_KEY = '' + # 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 = 'http://logowanie.nowoczesnapolska.org.pl/cas/' -CAS_VERSION = '3' +CAS_SERVER_URL = 'https://logowanie.nowoczesnapolska.org.pl/cas/' +CAS_VERSION = '2' -REDMINE_URL = 'http://redmine.nowoczesnapolska.org.pl/' +REDMINE_URL = 'https://redmine.nowoczesnapolska.org.pl/' DEBUG = True MAINTENANCE_MODE = False COMPRESS = False APICLIENT_WL_CONSUMER_KEY = None APICLIENT_WL_CONSUMER_SECRET = None - -CELERY_ALWAYS_EAGER = False - -SECRET_KEY = ''