spring.application.name=payment-service
server.port=8180
spring.datasource.url=jdbc:postgresql://localhost:5435/paymentdb
spring.datasource.username=user
spring.datasource.password=pwd3
spring.datasource.driver-class-name=org.postgresql.Driver
spring.jpa.hibernate.ddl-auto=update
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
spring.cache.type=redis
spring.data.redis.host=localhost
spring.data.redis.port=6379
eureka.client.service-url.defaultZone=http://localhost:8861/eureka
eureka.client.register-with-eureka=true
eureka.client.fetch-registry=true
eureka.instance.hostname=localhost
eureka.instance.prefer-ip-address=true