##// END OF EJS Templates
configs: update .ini files
super-admin -
r5400:27e8d8c5 default
parent child Browse files
Show More
@@ -304,7 +304,7 b' file_store.enabled = true'
304 304 ; Storage backend, available options are: local
305 305 file_store.backend = local
306 306
307 ; path to store the uploaded binaries
307 ; path to store the uploaded binaries and artifacts
308 308 file_store.storage_path = /var/opt/rhodecode_data/file_store
309 309
310 310 ; Uncomment and set this path to control settings for archive download cache.
@@ -320,7 +320,7 b' archive_cache.store_dir = /var/opt/rhode'
320 320 archive_cache.cache_size_gb = 10
321 321
322 322 ; By default cache uses sharding technique, this specifies how many shards are there
323 archive_cache.cache_shards = 10
323 archive_cache.cache_shards = 4
324 324
325 325 ; #############
326 326 ; CELERY CONFIG
@@ -591,6 +591,7 b' vcs.scm_app_implementation = http'
591 591
592 592 ; Push/Pull operations hooks protocol, available options are:
593 593 ; `http` - use http-rpc backend (default)
594 ; `celery` - use celery based hooks
594 595 vcs.hooks.protocol = http
595 596
596 597 ; 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 b' ssh.authorized_keys_file_path = /etc/rho'
677 678
678 679 ; Command to execute the SSH wrapper. The binary is available in the
679 680 ; RhodeCode installation directory.
680 ; e.g /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper
681 ; legacy: /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper
682 ; new rewrite: /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper-v2
681 683 ssh.wrapper_cmd = /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper
682 684
683 685 ; Allow shell when executing the ssh-wrapper command
@@ -542,6 +542,7 b' vcs.scm_app_implementation = http'
542 542
543 543 ; Push/Pull operations hooks protocol, available options are:
544 544 ; `http` - use http-rpc backend (default)
545 ; `celery` - use celery based hooks
545 546 vcs.hooks.protocol = http
546 547
547 548 ; 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 b' ssh.authorized_keys_file_path = /etc/rho'
628 629
629 630 ; Command to execute the SSH wrapper. The binary is available in the
630 631 ; RhodeCode installation directory.
631 ; e.g /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper
632 ; legacy: /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper
633 ; new rewrite: /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper-v2
632 634 ssh.wrapper_cmd = /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper
633 635
634 636 ; Allow shell when executing the ssh-wrapper command
General Comments 0
You need to be logged in to leave comments. Login now