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_layout
pyramid_mailer pyramid_mailer
pyramid_tm pyramid_tm
pyramid_exclog
sqlalchemy.url = mysql://root:phuoc/@srvbd/bd_mesavoirs?charset=utf8 sqlalchemy.url = mysql://root:phuoc/@srvbd/bd_mesavoirs?charset=utf8
caotek_mesavoirs.admin_email = phuoc@caotek.fr caotek_mesavoirs.admin_email = phuoc@caotek.fr
# Mailer configuration # Mailer configuration
mail.host = smtp.orange.fr mail.host = localhost
mail.port = 465 mail.port = 25
mail.username = sas.dumas@orange.fr
mail.password = sasdumas
mail.ssl = yes
[server:main] [server:main]
use = egg:waitress#main use = egg:waitress#main

View File

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