##// END OF EJS Templates
move tests temp folders to special prefix
marcink -
r3095:53ab820a beta
parent child Browse files
Show More
@@ -48,8 +48,8 b' use = egg:rhodecode'
48 full_stack = true
48 full_stack = true
49 static_files = true
49 static_files = true
50 lang=en
50 lang=en
51 cache_dir = /tmp/data
51 cache_dir = /tmp/rc/data
52 index_dir = /tmp/index
52 index_dir = /tmp/rc/index
53 app_instance_uuid = develop-test
53 app_instance_uuid = develop-test
54 cut_off_limit = 256000
54 cut_off_limit = 256000
55 force_https = false
55 force_https = false
@@ -129,8 +129,8 b' celery.always.eager = false'
129 ####################################
129 ####################################
130 ### BEAKER CACHE ####
130 ### BEAKER CACHE ####
131 ####################################
131 ####################################
132 beaker.cache.data_dir=/tmp/data/cache/data
132 beaker.cache.data_dir=/tmp/rc/data/cache/data
133 beaker.cache.lock_dir=/tmp/data/cache/lock
133 beaker.cache.lock_dir=/tmp/rc/data/cache/lock
134
134
135 beaker.cache.regions=super_short_term,short_term,long_term,sql_cache_short,sql_cache_med,sql_cache_long
135 beaker.cache.regions=super_short_term,short_term,long_term,sql_cache_short,sql_cache_med,sql_cache_long
136
136
General Comments 0
You need to be logged in to leave comments. Login now