diff options
author | Vamsi Atluri <vamc19@gmail.com> | 2023-02-11 14:07:24 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-11 16:37:24 +0800 |
commit | ef1fe1bb3bb495cef55c67f9af13065e2415bea0 (patch) | |
tree | c97cf90200c47f9ed8fc5a0785d30c65583d6621 /conf/app.ini | |
parent | 8350daf505b837984397679f07ccc2324b4d2451 (diff) |
conf: add new config option for default branch name (#7291)
Co-authored-by: Vamsi Atluri <me@vamc19.dev>
Co-authored-by: Joe Chen <jc@unknwon.io>
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index 3c5f9140..06c28ed9 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -115,6 +115,8 @@ ENABLE_RAW_FILE_RENDER_MODE = false ; fetch request. Usually, the value depend of how many CPU (cores) you have. If ; the value is non-positive, it matches the number of CPUs available to the application. COMMITS_FETCH_CONCURRENCY = 0 +; Default branch name when creating new repositories. +DEFAULT_BRANCH = master [repository.editor] ; List of file extensions that should have line wraps in the CodeMirror editor. |