diff development.ini @ 258:00892f5cf504

configs fixups
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 05 Jun 2010 21:35:01 +0200
parents 7effcce03192
children c71dc6ef36e6
line wrap: on
line diff
--- a/development.ini	Sat Jun 05 17:09:03 2010 +0200
+++ b/development.ini	Sat Jun 05 21:35:01 2010 +0200
@@ -11,8 +11,8 @@
 ## Uncomment and replace with the address ##
 ## which should receive any error reports ##
 ############################################
-#email_to = marcin.kuzminski@etelko.pl
-#smtp_server = mail.etelko.pl
+#email_to = admin@localhost
+#smtp_server = mail.server.com
 #error_email_from = paste_error@localhost
 #smtp_username = 
 #smtp_password = 
@@ -45,8 +45,8 @@
 ####################################
 ###         BEAKER CACHE        ####
 ####################################
-beaker.cache.data_dir=/tmp/cache/data
-beaker.cache.lock_dir=/tmp/cache/lock
+beaker.cache.data_dir=/%(here)s/data/cache/data
+beaker.cache.lock_dir=/%(here)s/data/cache/lock
 beaker.cache.regions=short_term,long_term
 beaker.cache.long_term.type=memory
 beaker.cache.long_term.expire=36000