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