changed default wiki path

This commit is contained in:
Matthew Scragg 2014-09-09 16:01:00 -05:00
parent d941562980
commit a4fed38d97
2 changed files with 2 additions and 1 deletions

View file

@ -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