X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/52ac6b59c4e8fcecedb14fb256c2c10e1dc76ce4..71202d8362833f2ef046d127ede8ae6f4e728236:/redakcja/localsettings.sample diff --git a/redakcja/localsettings.sample b/redakcja/localsettings.sample index c1b1a19b..509022e1 100644 --- a/redakcja/localsettings.sample +++ b/redakcja/localsettings.sample @@ -12,7 +12,7 @@ from redakcja.settings import * # Path to repository with managed documents -WIKI_REPOSITORY_PATH = '/srv/redakcja/books' +CATALOGUE_REPO_PATH = '/srv/redakcja/books' LOGGING_CONFIG_FILE = "/srv/redakcja/logging.cfg.dev" @@ -22,7 +22,13 @@ MEDIA_ROOT = '/srv/redakcja/media/' # Subdirectory of MEDIA_ROOT containing images IMAGE_DIR = 'images' -CAS_SERVER_URL = 'http://logowanie.wolnelektury.pl/cas/' +CAS_SERVER_URL = 'http://logowanie.nowoczesnapolska.org.pl/cas/' REDMINE_URL = 'http://redmine.nowoczesnapolska.org.pl/' DEBUG = True -COMPRESS = False \ No newline at end of file +MAINTENANCE_MODE = False +COMPRESS = False + +APICLIENT_WL_CONSUMER_KEY = None +APICLIENT_WL_CONSUMER_SECRET = None + +CELERY_ALWAYS_EAGER = False