uctions.api.payment.paypal.service.funixproductions-payment-paypal-service.1.3.0.7.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.application.name=FunixProductions-PaymentPaypalService
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
#PaypalConfig
paypal.client-id=${PAYPAL_CLIENT_ID}
paypal.client-secret=${PAYPAL_CLIENT_SECRET}
paypal.paypal-domain=https://api-m.paypal.com
[email protected]
#Health check
management.endpoints.web.exposure.include=health
management.endpoint.health.show-details=always
funixproductions.api.payment.billing.app-domain-url=http://payment-billing
#Sentry config
sentry.dsn=${SENTRY_DSN}
sentry.environment=production
[email protected]
sentry.application-packages=com.funixproductions.api.payment.paypal
© 2015 - 2024 Weber Informatics LLC | Privacy Policy