apres correction et finalisatio de la synchronisation
This commit is contained in:
@@ -1,14 +1,20 @@
|
||||
server.port=8282
|
||||
io.gmss.fiscad.profile=ABOMEY
|
||||
io.gmss.fiscad.profile=${IO_GMSS_FISCAD_PROFILE}
|
||||
#io.gmss.fiscad.profile=abomey
|
||||
|
||||
# TEST ENV
|
||||
#spring.datasource.url=jdbc:postgresql://vmi792116.contaboserver.net:5599/abomey_db
|
||||
#spring.datasource.url=jdbc:postgresql://localhost:5432/abomey_db_new
|
||||
#spring.datasource.username=infocad_user
|
||||
#spring.datasource.password=W5fwD({9*q53
|
||||
|
||||
# LOCAL ENV
|
||||
spring.datasource.url=jdbc:postgresql://localhost:5432/abomey_db
|
||||
spring.datasource.username=infocad_user
|
||||
spring.datasource.password=12345
|
||||
#spring.datasource.url=jdbc:postgresql://fiscadabomey.vps.webdock.cloud:5432/abomey_db
|
||||
#spring.datasource.username=infocad_user
|
||||
#spring.datasource.password=W5fwD({9*q53
|
||||
|
||||
# PROD ENV
|
||||
spring.datasource.url=${SPRING_DATASOURCE_URL}
|
||||
spring.datasource.username=${SPRING_DATASOURCE_USERNAME}
|
||||
spring.datasource.password=${SPRING_DATASOURCE_PASSWORD}
|
||||
|
||||
|
||||
file.upload_dir=./uploads
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
server.port=8292
|
||||
server.port=8282
|
||||
io.gmss.fiscad.profile=DGI
|
||||
# TEST ENV
|
||||
spring.datasource.url=jdbc:postgresql://vmi792116.contaboserver.net:5599/dgi_db
|
||||
#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
|
||||
# LOCAL ENV
|
||||
#spring.datasource.url=jdbc:postgresql://localhost:5432/abomey_db
|
||||
#spring.datasource.username=infocad_user
|
||||
#spring.datasource.password=12345
|
||||
|
||||
file.upload_dir=./uploads
|
||||
file.jasper-reports=./jasperReport
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
spring.profiles.active=abomey
|
||||
spring.profiles.active=${SPRING_PROFILES_ACTIVE}
|
||||
#spring.profiles.active=abomey
|
||||
spring.jpa.properties.hibernate.id.new_generator_mappings=false
|
||||
spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true
|
||||
spring.jpa.open-in-view=false
|
||||
@@ -32,4 +33,6 @@ spring.mvc.contentnegotiation.favor-parameter=false
|
||||
spring.mvc.contentnegotiation.parameter-name=mediaType
|
||||
spring.mvc.contentnegotiation.ignore-unknown-path-extensions=true
|
||||
springdoc.swagger-ui.defaultModelsExpandDepth=-1
|
||||
springdoc.swagger-ui.docExpansion=none
|
||||
springdoc.swagger-ui.docExpansion=none
|
||||
spring.servlet.multipart.max-file-size=10MB
|
||||
spring.servlet.multipart.max-request-size=10MB
|
||||
Reference in New Issue
Block a user