teh publish button again
[redakcja.git] / redakcja / localsettings.sample
index c1b1a19..140c52b 100644 (file)
@@ -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