@@ -56,25 +56,25 @@ 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
Status change: