diff --git a/trunk/development.ini b/trunk/development.ini index 902f4b3..6fad922 100644 --- a/trunk/development.ini +++ b/trunk/development.ini @@ -18,15 +18,15 @@ port = 5000 [app:main] use = egg:Yolanda full_stack = true -cache_dir = %(here)s/data +cache_dir = /tmp/yolanda/data beaker.session.key = yolanda beaker.session.secret = somesecret # If you'd like to fine-tune the individual locations of the cache data dirs # for the Cache data, or the Session saves, un-comment the desired settings # here: -#beaker.cache.data_dir = %(here)s/data/cache -#beaker.session.data_dir = %(here)s/data/sessions +#beaker.cache.data_dir = /tmp/yolanda/cache +#beaker.session.data_dir = /tmp/yolanda/sessions # WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT* # Debug mode will enable the interactive debugging tool, allowing ANYONE to