uctions.api.google.gmail.service.funixproductions-google-gmail-service.1.3.2.1.source-code.application.properties Maven / Gradle / Ivy
server.port=${APP_PORT}
#Disable database autoconfig
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
#Spring general config
spring.application.name=FunixProductions-GoogleGmail
spring.jackson.time-zone=Europe/Paris
#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=com.funixproductions.api.google.gmail
© 2015 - 2024 Weber Informatics LLC | Privacy Policy