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

1
.gitignore vendored
View file

@ -9,4 +9,5 @@ config.json
realms/static/vendor realms/static/vendor
realms/static/assets/* realms/static/assets/*
wiki.db wiki.db
wiki
npm-debug.log npm-debug.log

View file

@ -37,7 +37,7 @@ RECAPTCHA_OPTIONS = {}
SECRET_KEY = 'K3dRq1q9eN72GJDkgvyshFVwlqHHCyPI' SECRET_KEY = 'K3dRq1q9eN72GJDkgvyshFVwlqHHCyPI'
WIKI_PATH = os.path.join(USER_HOME, 'wiki') WIKI_PATH = os.path.join(APP_PATH, 'wiki')
WIKI_HOME = 'home' WIKI_HOME = 'home'
ALLOW_ANON = True ALLOW_ANON = True
LOGIN_DISABLED = ALLOW_ANON LOGIN_DISABLED = ALLOW_ANON