changed cache dir to /tmp

git-svn-id: http://yolanda.mister-muffin.de/svn@393 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
erlehmann 2008-11-27 16:59:52 +00:00
parent b8104f4bb1
commit 0f73d409d5

View file

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