1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-26 04:06:10 +02:00

Add mising `LOCAL_WIKI_PATH` documentation (#3420)

This commit is contained in:
Lauris BH 2018-01-28 19:16:28 +02:00 committed by GitHub
parent 7fd2d8e392
commit e189b06baa
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,8 +41,10 @@ LINE_WRAP_EXTENSIONS = .txt,.md,.markdown,.mdown,.mkd,
PREVIEWABLE_FILE_MODES = markdown
[repository.local]
; Path for uploads. Defaults to `tmp/local-repo`
; Path for local repository copy. Defaults to `tmp/local-repo`
LOCAL_COPY_PATH = tmp/local-repo
; Path for local wiki copy. Defaults to `tmp/local-wiki`
LOCAL_WIKI_PATH = tmp/local-wiki
[repository.upload]
; Whether repository file uploads are enabled. Defaults to `true`