update params
This commit is contained in:
parent
dbe87ec90a
commit
61400d756a
@ -6,27 +6,21 @@ from sqlalchemy.engine import URL
|
||||
|
||||
isin_bdd = True
|
||||
# Parametres bdd CEN38 OUT
|
||||
# user = 'postgres'
|
||||
# pwd = 'tutu'
|
||||
# adr = '192.168.60.10'
|
||||
# base = 'bd_cen'
|
||||
# con = create_engine('postgresql+psycopg2://{0}:{1}@{2}/{3}'.format(user,pwd,adr,base), echo=False)
|
||||
user = 'cen_admin'
|
||||
pwd = "#CEN38@venir"
|
||||
adr = '91.134.194.221'
|
||||
user = 'xxxxxx'
|
||||
pwd = "xxxxxx"
|
||||
adr = 'xxxxxx'
|
||||
base = 'azalee'
|
||||
url = URL.create("postgresql+psycopg2", username=user, password=pwd, host=adr, database=base)
|
||||
con = create_engine(url)
|
||||
# con = create_engine('postgresql+psycopg2://{0}:{1}@{2}/{3}'.format(user,pwd,adr,base), echo=False)
|
||||
|
||||
# Parametres bdd SICEN OUT
|
||||
sicen_user = 'cen_admin'
|
||||
sicen_pwd = '#CEN38@venir'
|
||||
sicen_adr = '91.134.194.221'
|
||||
sicen_user = 'xxxxxx'
|
||||
sicen_pwd = 'xxxxxx'
|
||||
sicen_adr = 'xxxxxx'
|
||||
sicen_base = 'sicen2'
|
||||
sicen_url = URL.create("postgresql+psycopg2", username=sicen_user, password=sicen_pwd, host=sicen_adr, database=sicen_base)
|
||||
sicen_con = create_engine(sicen_url)
|
||||
# sicen_con = create_engine('postgresql+psycopg2://{0}:{1}@{2}/{3}'.format(sicen_user,sicen_pwd,sicen_adr,sicen_base), echo=False)
|
||||
|
||||
|
||||
DIC_REF_HAB = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user