aboutsummaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authorrock2dust <its@baronbunny.cn>2022-10-06 03:38:30 +0800
committerGitHub <noreply@github.com>2022-10-05 20:38:30 +0100
commitabd59cd5cdd94dae844d3fcf7bc89e9d455b363c (patch)
treebda5d2de4da031b5f9dea6b185a638b97ebf5011 /custom
parentf693863a4fcf346c13a6262ea8aae8b335ebebd3 (diff)
downloadgitea-abd59cd5cdd94dae844d3fcf7bc89e9d455b363c.tar.gz
gitea-abd59cd5cdd94dae844d3fcf7bc89e9d455b363c.zip
Update comment about repository.DISABLED_REPO_UNITS in app.example.ini (#21343)
Add allowed values: `repo.projects`
Diffstat (limited to 'custom')
-rw-r--r--custom/conf/app.example.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini
index 3759428ed5..ec0b7c5235 100644
--- a/custom/conf/app.example.ini
+++ b/custom/conf/app.example.ini
@@ -887,7 +887,7 @@ ROUTER = console
;USE_COMPAT_SSH_URI = false
;;
;; Close issues as long as a commit on any branch marks it as fixed
-;; Comma separated list of globally disabled repo units. Allowed values: repo.issues, repo.ext_issues, repo.pulls, repo.wiki, repo.ext_wiki
+;; Comma separated list of globally disabled repo units. Allowed values: repo.issues, repo.ext_issues, repo.pulls, repo.wiki, repo.ext_wiki, repo.projects
;DISABLED_REPO_UNITS =
;;
;; Comma separated list of default repo units. Allowed values: repo.code, repo.releases, repo.issues, repo.pulls, repo.wiki, repo.projects.