params_connection update
définition des connexions vers homer
This commit is contained in:
parent
97a61b34e4
commit
d4479086bf
@ -5,10 +5,15 @@ from sqlalchemy import create_engine
|
||||
|
||||
isin_bdd = True
|
||||
# Parametres bdd CEN38 OUT
|
||||
user = 'postgres'
|
||||
pwd = 'tutu'
|
||||
adr = '192.168.60.10'
|
||||
base = 'bd_cen'
|
||||
# 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'
|
||||
base = 'azalee'
|
||||
con = create_engine('postgresql+psycopg2://{0}:{1}@{2}/{3}'.format(user,pwd,adr,base), echo=False)
|
||||
|
||||
# Parametres bdd SICEN OUT
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user