diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.example.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index 17343aaea1..a58e52cb41 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -592,6 +592,8 @@ PATH = ;LARGE_OBJECT_THRESHOLD = 1048576 ;; Set to true to forcibly set core.protectNTFS=false ;DISABLE_CORE_PROTECT_NTFS=false +;; Disable the usage of using partial clones for git. +;DISABLE_PARTIAL_CLONE = false ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -790,7 +792,7 @@ PATH = ;PREFERRED_LICENSES = Apache License 2.0,MIT License ;; ;; Disable the ability to interact with repositories using the HTTP protocol -;;DISABLE_HTTP_GIT = false +;DISABLE_HTTP_GIT = false ;; ;; Value for Access-Control-Allow-Origin header, default is not to present ;; WARNING: This may be harmful to your website if you do not give it a right value. |