Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Add database platform dialect
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Heath committed May 21, 2024
1 parent 060104e commit f08a73c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application-prod.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
spring.datasource.url=${PLANTPOPPA_DATASOURCE_URL}
spring.datasource.username=${PLANTPOPPA_DATASOURCE_USER}
spring.datasource.password=${PLANTPOPPA_DATASOURCE_PW}
jakarta.persistence.jdbc.url=${PLANTPOPPA_DATASOURCE_URL}
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.show-sql=false

0 comments on commit f08a73c

Please sign in to comment.