Changeset - 53ab820a0b7c
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-12-13 04:44:51
marcin@python-works.com
move tests temp folders to special prefix
1 file changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
test.ini
Show inline comments
 
@@ -48,8 +48,8 @@ use = egg:rhodecode
 
full_stack = true
 
static_files = true
 
lang=en
 
cache_dir = /tmp/data
 
index_dir = /tmp/index
 
cache_dir = /tmp/rc/data
 
index_dir = /tmp/rc/index
 
app_instance_uuid = develop-test
 
cut_off_limit = 256000
 
force_https = false
 
@@ -129,8 +129,8 @@ celery.always.eager = false
 
####################################
 
###         BEAKER CACHE        ####
 
####################################
 
beaker.cache.data_dir=/tmp/data/cache/data
 
beaker.cache.lock_dir=/tmp/data/cache/lock
 
beaker.cache.data_dir=/tmp/rc/data/cache/data
 
beaker.cache.lock_dir=/tmp/rc/data/cache/lock
 

	
 
beaker.cache.regions=super_short_term,short_term,long_term,sql_cache_short,sql_cache_med,sql_cache_long
 

	
0 comments (0 inline, 0 general)