Skip to content

Commit

Permalink
chore: add jdbc prefix do datasource url
Browse files Browse the repository at this point in the history
  • Loading branch information
richardaum committed Jan 6, 2024
1 parent f6492b0 commit 22db0f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spring.jpa.database=postgresql
spring.datasource.url=${DATASOURCE_URL}
spring.datasource.url=jdbc:${DATABASE_URL}
spring.datasource.username=${POSTGRES_USER}
spring.datasource.password=${POSTGRES_PASSWORD}
spring.mvc.throw-exception-if-no-handler-found=true
Expand All @@ -9,4 +9,3 @@ spring.jpa.generate-ddl=true
spring.jpa.hibernate.ddl-auto=update
spring.datasource.hikari.max-lifetime=30000
api.security.token.secret=${JWT_SECRET}

0 comments on commit 22db0f0

Please sign in to comment.