blob: c8f5afa88d7a29024933752874e82880ea1cf1dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- config.sample.yml 2022-04-06 13:55:47.916214588 +0000
+++ config.sample.yml.orig 2022-04-06 13:56:15.690352795 +0000
@@ -136,7 +136,7 @@
# Data Path
# ---------------------------------------------------------------------
# Writeable data path used for cache and temporary user uploads.
-dataPath: ./data
+dataPath: /var/lib/wiki-js/data
# ---------------------------------------------------------------------
# Body Parser Limit
|