diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -11,8 +11,8 @@ debug = true ## 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 @@ hg_app_repo_conf = repositories.config #################################### ### 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 --git a/production.ini b/production.ini --- a/production.ini +++ b/production.ini @@ -11,8 +11,8 @@ debug = true ## 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 @@ hg_app_repo_conf = repositories.config #################################### ### 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