# HG changeset patch # User Marcin Kuzminski # Date 1275766501 -7200 # Node ID 00892f5cf504cba3cc18a9b209ca5eb199a17129 # Parent 66f617f162f85affe26c94c00ed732a07843f324 configs fixups diff -r 66f617f162f8 -r 00892f5cf504 development.ini --- 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 diff -r 66f617f162f8 -r 00892f5cf504 production.ini --- a/production.ini Sat Jun 05 17:09:03 2010 +0200 +++ b/production.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