Merge branch 'main' of framagit.org:cen-colas/pycen into main

This commit is contained in:
Colas Geier 2022-07-28 14:06:00 +02:00
commit 92ae92c563
8 changed files with 8 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -30,6 +30,14 @@ bdcen_base = 'bd-cen-38'
bdcen_url = URL.create("postgresql+psycopg2", username=bdcen_user, password=bdcen_pwd, host=bdcen_adr, database=bdcen_base)
con_bdcen = create_engine(bdcen_url)
# Parametres bd_cen foncier OUT
fon_user = 'xxxxxx'
fon_pwd = 'xxxxxx'
fon_adr = 'xxxxxx'
fon_base = 'bd_cen'
fon_url = URL.create("postgresql+psycopg2", username=fon_user, password=fon_pwd, host=fon_adr, database=fon_base)
con_fon = create_engine(fon_url)
# Parametres bd-cen-38 OUT
gn_user = 'xxxxxx'
gn_pwd = 'xxxxxx'

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.