Changeset - f2425f427f8e
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-02-21 02:30:56
marcin@python-works.com
do not use vcs_full_cache flag for tests, this should be controlled by test env somehow
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
test.ini
Show inline comments
 
@@ -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
 

	
0 comments (0 inline, 0 general)