changed cache dir to /tmp

git-svn-id: http://yolanda.mister-muffin.de/svn@393 7eef14d0-6ed0-489d-bf55-20463b2d70db
main
erlehmann 16 years ago
parent b8104f4bb1
commit 0f73d409d5

@ -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

Loading…
Cancel
Save