From 1925d2b4b6395db79f0f0c98408de2c3fa2a3169 Mon Sep 17 00:00:00 2001 From: Phuoc CAO Date: Sun, 29 Mar 2020 10:23:36 +0200 Subject: [PATCH] changer port and bdd --- production.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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