added the ability to make wiki private (resolves #54)

This commit is contained in:
cybrwushl93 2015-07-18 11:02:59 +02:00
parent ceec6b6789
commit c9308b25e3
2 changed files with 16 additions and 0 deletions

View file

@ -122,6 +122,7 @@ WIKI_HOME = 'home'
ALLOW_ANON = True
REGISTRATION_ENABLED = True
PRIVATE_WIKI = False
# None, firepad, and/or togetherjs
COLLABORATION = 'togetherjs'