refactor: use dataPath variable as given in file config (#1118)

* Actually use path variables as given in default config

* Drop paths.content, avoid populating the global WIKI object
This commit is contained in:
Justin Kromlinger
2019-10-26 00:20:02 +02:00
committed by Nicolas Giard
parent 5b36988d6d
commit 8000ebec8f
10 changed files with 29 additions and 26 deletions

View File

@@ -57,9 +57,7 @@ defaults:
# System defaults
channel: BETA
setup: false
paths:
content: ./content
data: ./data
dataPath: ./data
cors:
credentials: true
maxAge: 600