X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/52ac6b59c4e8fcecedb14fb256c2c10e1dc76ce4..1b718c10066557540770bb0960a773dce0ad4462:/redakcja/localsettings.sample diff --git a/redakcja/localsettings.sample b/redakcja/localsettings.sample index c1b1a19b..140c52b8 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" @@ -25,4 +25,7 @@ IMAGE_DIR = 'images' CAS_SERVER_URL = 'http://logowanie.wolnelektury.pl/cas/' REDMINE_URL = 'http://redmine.nowoczesnapolska.org.pl/' DEBUG = True -COMPRESS = False \ No newline at end of file +COMPRESS = False + +APICLIENT_WL_CONSUMER_KEY = None +APICLIENT_WL_CONSUMER_SECRET = None