@@ -44,49 +44,49 @@ use = egg:Paste#http
#WAITRESS
threads = 5
use = egg:waitress#main
host = 127.0.0.1
port = 8001
[filter:proxy-prefix]
# prefix middleware for rc
use = egg:PasteDeploy#prefix
prefix = /<your-prefix>
[app:main]
use = egg:rhodecode
#filter-with = proxy-prefix
full_stack = true
static_files = true
# Optional Languages
# en, fr, ja, pt_BR, zh_CN, zh_TW, pl
lang = en
cache_dir = /tmp/rc/data
index_dir = /tmp/rc/index
app_instance_uuid = develop-test
cut_off_limit = 256000
vcs_full_cache = True
vcs_full_cache = False
# force https in RhodeCode, fixes https redirects, assumes it's always https
force_https = false
# use Strict-Transport-Security headers
use_htsts = false
commit_parse_limit = 25
# number of items displayed in lightweight dashboard before paginating
dashboard_items = 100
use_gravatar = true
# path to git executable
git_path = git
## RSS feed options
rss_cut_off_limit = 256000
rss_items_per_page = 10
rss_include_diff = 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
## {md5email} md5 hash of the user email (like at gravatar.com)
## {size} size of the image that is expected from the server application
Status change: