changed default wiki path
This commit is contained in:
parent
d941562980
commit
a4fed38d97
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,4 +9,5 @@ config.json
|
|||
realms/static/vendor
|
||||
realms/static/assets/*
|
||||
wiki.db
|
||||
wiki
|
||||
npm-debug.log
|
||||
|
|
|
@ -37,7 +37,7 @@ RECAPTCHA_OPTIONS = {}
|
|||
|
||||
SECRET_KEY = 'K3dRq1q9eN72GJDkgvyshFVwlqHHCyPI'
|
||||
|
||||
WIKI_PATH = os.path.join(USER_HOME, 'wiki')
|
||||
WIKI_PATH = os.path.join(APP_PATH, 'wiki')
|
||||
WIKI_HOME = 'home'
|
||||
ALLOW_ANON = True
|
||||
LOGIN_DISABLED = ALLOW_ANON
|
||||
|
|
Loading…
Reference in a new issue