spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false
+spring.jpa.properties.hibernate.default_schema=public
spring.datasource.continue-on-error=true
spring.datasource.initialization-mode=always
# Postgresql settings
spring.datasource.url=jdbc:postgresql://localhost:5432/payapi
spring.datasource.username=payapi
spring.datasource.password=123456
-database.dbtype=postgresql
# Redis settings
spring.redis.host=localhost
spring.redis.port=6379