diff --git a/production.ini b/production.ini --- a/production.ini +++ b/production.ini @@ -11,9 +11,12 @@ debug = true ## Uncomment and replace with the address ## ## which should receive any error reports ## ############################################ -email_to = marcin.kuzminski@etelko.pl -smtp_server = localhost -error_email_from = paste_error@localhost +#email_to = marcin.kuzminski@etelko.pl +#smtp_server = mail.etelko.pl +#error_email_from = paste_error@localhost +#smtp_username = +#smtp_password = +#error_message = 'mercurial crash !' [server:main] use = egg:Paste#http @@ -22,14 +25,11 @@ port = 8001 [app:main] use = egg:pylons_app -full_stack = false +full_stack = true static_files = true -#default lang lang=en - cache_dir = %(here)s/data - ################################################################################ ## WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT* ## ## Debug mode will enable the interactive debugging tool, allowing ANYONE to ##