uctions.api.google.auth.service.funixproductions-google-auth-service.1.3.0.1.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=FunixProductions-GoogleAuth
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
#Health check
management.endpoints.web.exposure.include=health
management.endpoint.health.show-details=always
#Feign endpoints config
funixproductions.api.user.app-domain-url=http://user
#Google auth config
google.clients.auth.client-id=589571042618-800pup4tagrbo3isp3j8tf64o0li4k0e.apps.googleusercontent.com,410465973380-0lhll2k26u45h6227i0cl1uv8q2rc5rv.apps.googleusercontent.com
© 2015 - 2025 Weber Informatics LLC | Privacy Policy