Skip to content

Commit e189b06

Browse files
authored
Add mising LOCAL_WIKI_PATH documentation (#3420)
1 parent 7fd2d8e commit e189b06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

custom/conf/app.ini.sample

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ LINE_WRAP_EXTENSIONS = .txt,.md,.markdown,.mdown,.mkd,
4141
PREVIEWABLE_FILE_MODES = markdown
4242

4343
[repository.local]
44-
; Path for uploads. Defaults to `tmp/local-repo`
44+
; Path for local repository copy. Defaults to `tmp/local-repo`
4545
LOCAL_COPY_PATH = tmp/local-repo
46+
; Path for local wiki copy. Defaults to `tmp/local-wiki`
47+
LOCAL_WIKI_PATH = tmp/local-wiki
4648

4749
[repository.upload]
4850
; Whether repository file uploads are enabled. Defaults to `true`

0 commit comments

Comments
 (0)