comparison rhodecode/config/deployment.ini_tmpl @ 3376:e67b2ef07a8e beta

git executable is now configurable via .ini files
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 17 Feb 2013 22:58:09 +0100
parents c394a564ab71
children c0ac34b8eb07
comparison
equal deleted inserted replaced
3375:7000fc4aa569 3376:e67b2ef07a8e
41 41
42 #use = egg:Paste#http 42 #use = egg:Paste#http
43 43
44 #WAITRESS 44 #WAITRESS
45 threads = 5 45 threads = 5
46 #100GB
47 max_request_body_size = 107374182400
46 use = egg:waitress#main 48 use = egg:waitress#main
47 49
48 host = 127.0.0.1 50 host = 127.0.0.1
49 port = 5000 51 port = 5000
50 52
73 commit_parse_limit = 50 75 commit_parse_limit = 50
74 # number of items displayed in lightweight dashboard before paginating 76 # number of items displayed in lightweight dashboard before paginating
75 dashboard_items = 100 77 dashboard_items = 100
76 use_gravatar = true 78 use_gravatar = true
77 79
80 # path to git executable
81 git_path = git
82
78 ## RSS feed options 83 ## RSS feed options
79 84
80 rss_cut_off_limit = 256000 85 rss_cut_off_limit = 256000
81 rss_items_per_page = 10 86 rss_items_per_page = 10
82 rss_include_diff = false 87 rss_include_diff = false