added the ability to make wiki private (resolves #54)
This commit is contained in:
parent
ceec6b6789
commit
c9308b25e3
2 changed files with 16 additions and 0 deletions
|
@ -122,6 +122,7 @@ WIKI_HOME = 'home'
|
|||
|
||||
ALLOW_ANON = True
|
||||
REGISTRATION_ENABLED = True
|
||||
PRIVATE_WIKI = False
|
||||
|
||||
# None, firepad, and/or togetherjs
|
||||
COLLABORATION = 'togetherjs'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue