feat(svn-config): moved svn related config keys to *.ini file. Fixes: RCCE-60

This commit is contained in:
Serhii Ilin 2024-02-28 09:34:14 +02:00
parent 16c169bec2
commit 25f36e9654
11 changed files with 45 additions and 82 deletions

View file

@ -566,6 +566,12 @@ vcs.connection_timeout = 3600
; Legacy available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible, pre-1.9-compatible
#vcs.svn.compatible_version = 1.8
; Enable SVN proxy of requests over HTTP
vcs.svn.proxy.enabled = true
; host to connect to running SVN subsystem
vcs.svn.proxy.host = http://svn:8090
; Cache flag to cache vcsserver remote calls locally
; It uses cache_region `cache_repo`
vcs.methods.cache = true