30 lines
964 B
Properties
30 lines
964 B
Properties
# DataSource Configuration
|
|
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
|
|
spring.datasource.username=postgres
|
|
spring.datasource.password=root
|
|
spring.datasource.driver-class-name=org.postgresql.Driver
|
|
|
|
# JPA Configuration
|
|
spring.jpa.show-sql=true
|
|
base-url=http://localhost:8080
|
|
|
|
isMailSendingEnabled = false
|
|
isPecServiceEnabled = false
|
|
#default_System_Receiver_Email=test@test.test
|
|
gepafin_email=test@test.test
|
|
rinaldo_email=test@test.test
|
|
default.hub.uuid=p4lk3bcx1RStqTaIVVbXs
|
|
|
|
appointment.base.url=https://demo.galileonetwork.it/gateway/rest
|
|
appointment.portal.user=UtenzaAPIPortal@621
|
|
appointment.portal.password=Sardegna2025!
|
|
appointment.portal.source=GEPAFINPORTAL
|
|
appointment.portal.context=GEPAFINPORTAL
|
|
|
|
# RabbitMQ properties for STOMP broker relay for Notification
|
|
spring.rabbitmq.host=localhost
|
|
spring.rabbitmq.port=61613
|
|
spring.rabbitmq.username=guest
|
|
spring.rabbitmq.password=guest
|
|
spring.rabbitmq.virtual-host=/
|
|
rabbitmq.enabled=false |