All Downloads are FREE. Search and download functionalities are using the official Maven repository.

api.support.tickets.service.pacifista-support-tickets-service.1.5.0.source-code.application.properties Maven / Gradle / Ivy

There is a newer version: 1.5.3.11
Show newest version
server.port=${SERVER_PORT}

#Spring db config
spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.url=jdbc:postgresql://${DB_HOSTNAME}:${DB_PORT}/${DB_DATABASE}
spring.datasource.username=${DB_USER}
spring.datasource.password=${DB_PASSWORD}
spring.datasource.hikari.maxLifeTime=500000
spring.jpa.hibernate.ddl-auto=none

#Spring general config
spring.task.scheduling.pool.size=8
spring.application.name=PacifistaAPI-Support-Tickets
spring.jpa.open-in-view=false
spring.jpa.generate-ddl=false
spring.jpa.properties.hibernate.jdbc.time_zone=Europe/Paris
spring.jackson.time-zone=Europe/Paris

#Config flyway
spring.flyway.sql-migration-prefix=V
spring.flyway.repeatable-sql-migration-prefix=R
spring.flyway.sql-migration-separator=__
spring.flyway.sql-migration-suffixes=.sql
spring.flyway.enabled=true

#Config feign client
funixproductions.api.user.app-domain-url=http://user.funixproductions.svc.cluster.local
funixproductions.api.google.recaptcha.app-domain-url=http://google-recaptcha.funixproductions.svc.cluster.local

#Health check
management.endpoints.web.exposure.include=health
management.endpoint.health.show-details=always




© 2015 - 2025 Weber Informatics LLC | Privacy Policy