configs: update .ini files

This commit is contained in:
RhodeCode Admin 2024-05-20 10:01:35 +02:00
parent 8c207d7cde
commit 0f0d045b9b
2 changed files with 8 additions and 4 deletions

View file

@ -304,7 +304,7 @@ file_store.enabled = true
; Storage backend, available options are: local
file_store.backend = local
; path to store the uploaded binaries
; path to store the uploaded binaries and artifacts
file_store.storage_path = /var/opt/rhodecode_data/file_store
; Uncomment and set this path to control settings for archive download cache.
@ -320,7 +320,7 @@ archive_cache.store_dir = /var/opt/rhodecode_data/tarballcache
archive_cache.cache_size_gb = 10
; By default cache uses sharding technique, this specifies how many shards are there
archive_cache.cache_shards = 10
archive_cache.cache_shards = 4
; #############
; CELERY CONFIG
@ -591,6 +591,7 @@ vcs.scm_app_implementation = http
; Push/Pull operations hooks protocol, available options are:
; `http` - use http-rpc backend (default)
; `celery` - use celery based hooks
vcs.hooks.protocol = http
; Host on which this instance is listening for hooks. vcsserver will call this host to pull/push hooks so it should be
@ -677,7 +678,8 @@ ssh.authorized_keys_file_path = /etc/rhodecode/conf/ssh/authorized_keys_rhodecod
; Command to execute the SSH wrapper. The binary is available in the
; RhodeCode installation directory.
; e.g /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper
; legacy: /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper
; new rewrite: /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper-v2
ssh.wrapper_cmd = /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper
; Allow shell when executing the ssh-wrapper command

View file

@ -542,6 +542,7 @@ vcs.scm_app_implementation = http
; Push/Pull operations hooks protocol, available options are:
; `http` - use http-rpc backend (default)
; `celery` - use celery based hooks
vcs.hooks.protocol = http
; Host on which this instance is listening for hooks. vcsserver will call this host to pull/push hooks so it should be
@ -628,7 +629,8 @@ ssh.authorized_keys_file_path = /etc/rhodecode/conf/ssh/authorized_keys_rhodecod
; Command to execute the SSH wrapper. The binary is available in the
; RhodeCode installation directory.
; e.g /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper
; legacy: /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper
; new rewrite: /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper-v2
ssh.wrapper_cmd = /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper
; Allow shell when executing the ssh-wrapper command