##// END OF EJS Templates
do not use vcs_full_cache flag for tests, this should be controlled by test env somehow
marcink -
r3393:f2425f42 beta
parent child Browse files
Show More
@@ -65,7 +65,7 b' cache_dir = /tmp/rc/data'
65 index_dir = /tmp/rc/index
65 index_dir = /tmp/rc/index
66 app_instance_uuid = develop-test
66 app_instance_uuid = develop-test
67 cut_off_limit = 256000
67 cut_off_limit = 256000
68 vcs_full_cache = True
68 vcs_full_cache = False
69 # force https in RhodeCode, fixes https redirects, assumes it's always https
69 # force https in RhodeCode, fixes https redirects, assumes it's always https
70 force_https = false
70 force_https = false
71 # use Strict-Transport-Security headers
71 # use Strict-Transport-Security headers
General Comments 0
You need to be logged in to leave comments. Login now