diff production.ini @ 231:a7b0814267cb

Changed configs, server statics to false, and fixed a simply large bug with cache regions typo
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 27 May 2010 01:20:30 +0200
parents 188e3db6977a
children 37a832dc4a82
line wrap: on
line diff
--- a/production.ini	Thu May 27 00:44:49 2010 +0200
+++ b/production.ini	Thu May 27 01:20:30 2010 +0200
@@ -35,7 +35,7 @@
 [app:main]
 use = egg:pylons_app
 full_stack = true
-static_files = true
+static_files = false
 lang=en
 cache_dir = %(here)s/data
 ##a name for our application
@@ -47,8 +47,8 @@
 beaker.cache.data_dir=/tmp/cache/data
 beaker.cache.lock_dir=/tmp/cache/lock
 beaker.cache.regions=short_term,long_term
-beaker.cache.short_term.type=file
-beaker.cache.short_term.expire=3600
+beaker.cache.long_term.type=file
+beaker.cache.long_term.expire=3600
 beaker.cache.short_term.type=memory
 beaker.cache.short_term.expire=60