aboutsummaryrefslogtreecommitdiff
path: root/test.ini
diff options
context:
space:
mode:
Diffstat (limited to 'test.ini')
-rw-r--r--test.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/test.ini b/test.ini
index 67a4f0a7..9af71121 100644
--- a/test.ini
+++ b/test.ini
@@ -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