From 4b589dda8055addf1cb17e6e5f43532eb25c4b2b Mon Sep 17 00:00:00 2001 From: Phuoc CAO Date: Wed, 13 Dec 2017 11:04:33 +0100 Subject: [PATCH] bug mysql has gone --- development.ini | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/development.ini b/development.ini index 68bd4c2..dd23fc7 100644 --- a/development.ini +++ b/development.ini @@ -24,13 +24,11 @@ sqlalchemy.url = mysql://root:phuoc@localhost/bddevfac?charset=utf8 mondumas.admin_email = ctphuoc@bbox.fr # Mailer configuration -mail.host = smtp.orange.fr -mail.port = 465 -mail.username = sas.dumas@orange.fr -mail.password = sasdumas +mail.host = smtp.bbox.fr +mail.port = 587 +mail.username = cao.thienphuoc@bbox.fr +mail.password = pcao.8211 mail.ssl = yes -pyramid_mailer.prefix = mail. - [server:main] use = egg:waitress#main