Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacmsl authored Sep 11, 2024
1 parent 115efca commit 430f464
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ spring.profiles.active=@activatedProperties@
spring.application.name=borapagar
spring.datasource.url=jdbc:postgresql://${DB_HOST}:${DB_PORT}/${DB_NAME}
spring.datasource.password=${DB_PASSWORD}
spring.jpa.database=${DB_NAME}
spring.jpa.hibernate.ddl-auto=validate
spring.jpa.properties.hibernate.boot.allow_jdbc_metadata_access=false

Expand Down

0 comments on commit 430f464

Please sign in to comment.