diff --git a/production.ini b/production.ini index d6c0aba..17d52c3 100644 --- a/production.ini +++ b/production.ini @@ -17,7 +17,7 @@ pyramid.includes = pyramid_mailer pyramid_tm -sqlalchemy.url = mysql://root:cni/@srvbd/bddevfac?charset=utf8 +sqlalchemy.url = mysql://root:cni/@192.168.0.29/bddevfac?charset=utf8 sqlalchemy.pool_recycle = 3600 mondumas.admin_email = sas.dumas@orange.fr @@ -34,8 +34,8 @@ mail.ssl = yes [server:main] use = egg:waitress#main host = 0.0.0.0 -port = 9180 -url_scheme = https +port = 9181 +url_scheme = http ### # logging configuration