32 lines
1.1 KiB
Properties
32 lines
1.1 KiB
Properties
# DataSource Configuration
|
|
spring.datasource.url=jdbc:postgresql://dbstaging.memento.credit:20184/gepaDb
|
|
spring.datasource.username=usergepa
|
|
spring.datasource.password=vs1pAc9vu07mMcdx93j6WiBS
|
|
spring.datasource.driver-class-name=org.postgresql.Driver
|
|
|
|
# JPA Configuration
|
|
spring.h2.console.enabled=true
|
|
|
|
isVatCheckGloballyDisabled = false
|
|
|
|
isMailSendingEnabled = true
|
|
isPecServiceEnabled = true
|
|
#default_System_Receiver_Email=antonio.manca@bflows.net
|
|
gepafin_email=rinaldo.bonazzo@bflows.net
|
|
rinaldo_email=rinaldo.bonazzo@bflows.net
|
|
default.hub.uuid=p4lk3bcx1RStqTaIVVbXs
|
|
|
|
#Login to Odessa, Appointment Creation, Upload document Configuration
|
|
appointment.base.url=https://demo.galileonetwork.it/gateway/rest
|
|
appointment.portal.user=UtenzaAPIPortal@621
|
|
appointment.portal.password=u13nzaAP1P0rtal!
|
|
appointment.portal.source=GEPAFINPORTAL
|
|
appointment.portal.context=GEPAFINPORTAL
|
|
|
|
# RabbitMQ properties for STOMP broker relay for Notification
|
|
#spring.rabbitmq.host=rabbitmq.bflows.ai
|
|
spring.rabbitmq.host=172.18.0.7
|
|
spring.rabbitmq.port=61613
|
|
spring.rabbitmq.username=guest
|
|
spring.rabbitmq.password=guest
|
|
spring.rabbitmq.virtual-host=/ |