api.server.warps.service.pacifista-server-warps-service.1.5.1.8.source-code.application.properties Maven / Gradle / Ivy
server.port=${APP_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-Server-Warps
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 feign client
funixproductions.api.user.app-domain-url=http://user
#Health check
management.endpoints.web.exposure.include=health
management.endpoint.health.show-details=always
#Sentry config
sentry.dsn=${SENTRY_DSN}
sentry.environment=production
[email protected]
sentry.application-packages=fr.pacifista.api.server.warps
© 2015 - 2025 Weber Informatics LLC | Privacy Policy