From 294a23b0428389b9b6f24f759c80a36be5242cd8 Mon Sep 17 00:00:00 2001 From: Phuoc CAO Date: Sat, 29 Jul 2017 09:05:34 +0200 Subject: [PATCH] tweaking production.ini --- production.ini | 8 ++------ setup.py | 2 ++ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/production.ini b/production.ini index 658c975..e1d605f 100644 --- a/production.ini +++ b/production.ini @@ -16,18 +16,14 @@ pyramid.includes = pyramid_layout pyramid_mailer pyramid_tm - pyramid_exclog sqlalchemy.url = mysql://root:phuoc/@srvbd/bd_mesavoirs?charset=utf8 caotek_mesavoirs.admin_email = phuoc@caotek.fr # Mailer configuration -mail.host = smtp.orange.fr -mail.port = 465 -mail.username = sas.dumas@orange.fr -mail.password = sasdumas -mail.ssl = yes +mail.host = localhost +mail.port = 25 [server:main] use = egg:waitress#main diff --git a/setup.py b/setup.py index 197e16f..3527f9f 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,8 @@ requires = [ 'zope.sqlalchemy', 'waitress', 'MySQL-python', + 'docutils' + 'yahoo_finance', ] tests_require = [