# HG changeset patch # User Marcin Kuzminski # Date 2018-09-18 09:02:16 # Node ID ab999ab07548dd56ff888a0d574d582f0a8683e2 # Parent c704c4c397ea8d53dd9a52b1808aa98f9f536de3 config: updated configuration with latest changes diff --git a/configs/development.ini b/configs/development.ini --- a/configs/development.ini +++ b/configs/development.ini @@ -1,6 +1,5 @@ ################################################################################ # RhodeCode VCSServer with HTTP Backend - configuration # -# # ################################################################################ @@ -26,12 +25,13 @@ locale = en_US.UTF-8 ## at installation time, e.g /home/user/vcsserver-1/profile/bin core.binary_dir = "" -## custom exception store path, defaults to TMPDIR -exception_tracker.store_path = +## Custom exception store path, defaults to TMPDIR +## This is used to store exception from RhodeCode in shared directory +#exception_tracker.store_path = ## Default cache dir for caches. Putting this into a ramdisk ## can boost performance, eg. /tmpfs/data_ramdisk, however this directory might require -## large ammount of space +## large amount of space cache_dir = %(here)s/rcdev/data ## cache region for storing repo_objects cache diff --git a/configs/production.ini b/configs/production.ini --- a/configs/production.ini +++ b/configs/production.ini @@ -1,6 +1,5 @@ ################################################################################ # RhodeCode VCSServer with HTTP Backend - configuration # -# # ################################################################################ @@ -47,12 +46,13 @@ locale = en_US.UTF-8 ## at installation time, e.g /home/user/vcsserver-1/profile/bin core.binary_dir = "" -## custom exception store path, defaults to TMPDIR -exception_tracker.store_path = +## Custom exception store path, defaults to TMPDIR +## This is used to store exception from RhodeCode in shared directory +#exception_tracker.store_path = ## Default cache dir for caches. Putting this into a ramdisk ## can boost performance, eg. /tmpfs/data_ramdisk, however this directory might require -## large ammount of space +## large amount of space cache_dir = %(here)s/rcdev/data ## cache region for storing repo_objects cache