aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-05-28 13:27:02 +0200
committerMilo Casagrande <milo@ubuntu.com>2013-05-28 13:27:02 +0200
commit52de097bebbc74b4306baf8ea03ad1b08eec31a5 (patch)
tree12f545950a7502f1155dba0be4c452143faf9f5e
parentec8a72204d5586eabf5f2240b4cff0198d4c6ef7 (diff)
Added new fields for RhodeCode configuration.
-rw-r--r--config/production-0.ini13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/production-0.ini b/config/production-0.ini
index 4e15a76..6dd8055 100644
--- a/config/production-0.ini
+++ b/config/production-0.ini
@@ -31,6 +31,8 @@ threads = 10
connection_limit = 200
channel_timeout = 90
send_bytes = 27000
+#100GB
+max_request_body_size = 107374182400
use = egg:waitress#main
host = 127.0.0.1
port = 5000
@@ -57,12 +59,23 @@ commit_parse_limit = 50
dashboard_items = 100
use_gravatar = true
+## path to git executable
+git_path = /usr/bin/git
+
+## git rev filter option, --all is the default filter, if you need to
+## hide all refs in changelog switch this to --branches --tags
+git_rev_filter=--all
+
## RSS feed options
rss_cut_off_limit = 256000
rss_items_per_page = 10
rss_include_diff = false
+## options for showing and identifying changesets
+show_sha_length = 12
+show_revision_number = false
+
## alternative_gravatar_url allows you to use your own avatar server application
## the following parts of the URL will be replaced
## {email} user email