gestion de profil, secteur, section et arbre decoupage
All checks were successful
CI - Build & Test (develop) / build-and-test (pull_request) Successful in 32s

This commit is contained in:
2026-01-27 09:37:11 +01:00
parent 47b92f9341
commit c65fd8a450
56 changed files with 1975 additions and 205 deletions

View File

@@ -1,17 +1,17 @@
server.port=8282
io.gmss.fiscad.profile=${IO_GMSS_FISCAD_PROFILE}
#io.gmss.fiscad.profile=dgi
#io.gmss.fiscad.profile=${IO_GMSS_FISCAD_PROFILE}
io.gmss.fiscad.profile=dgi
# TEST ENV
#spring.datasource.url=jdbc:postgresql://vmi792116.contaboserver.net:5599/dgi_db
#spring.datasource.username=infocad_user
#spring.datasource.password=W5fwD({9*q53
# LOCAL ENV
#spring.datasource.url=jdbc:postgresql://localhost:5432/fiscad_dgi
#spring.datasource.username=infocad_user
#spring.datasource.password=W5fwD({9*q53
spring.datasource.url=jdbc:postgresql://localhost:5432/fiscad_dgi
spring.datasource.username=infocad_user
spring.datasource.password=W5fwD({9*q53
# PROD ENVIRONNEMENT
spring.datasource.url=${SPRING_DATASOURCE_URL}
spring.datasource.username=${SPRING_DATASOURCE_USERNAME}
spring.datasource.password=${SPRING_DATASOURCE_PASSWORD}
#spring.datasource.url=${SPRING_DATASOURCE_URL}
#spring.datasource.username=${SPRING_DATASOURCE_USERNAME}
#spring.datasource.password=${SPRING_DATASOURCE_PASSWORD}