tweaking production.ini

This commit is contained in:
2017-07-29 09:05:34 +02:00
parent 9a69240e6f
commit 294a23b042
2 changed files with 4 additions and 6 deletions

View File

@@ -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

View File

@@ -21,6 +21,8 @@ requires = [
'zope.sqlalchemy',
'waitress',
'MySQL-python',
'docutils'
'yahoo_finance',
]
tests_require = [