Skip to content

Commit

Permalink
Remove properties
Browse files Browse the repository at this point in the history
  • Loading branch information
barcellos-pedro committed Feb 8, 2024
1 parent a110b39 commit 27c088d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ spring.datasource.password=${DB_PASSWORD}
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect

# Database H2 (Local/Tests)
#spring.datasource.url=jdbc:h2:mem:rest_db
#spring.datasource.username=sa
#spring.datasource.password=
#spring.h2.console.enabled=true

# Enable SQL logging
spring.datasource.log-statement=true
logging.level.org.hibernate.SQL=DEBUG
Expand Down

0 comments on commit 27c088d

Please sign in to comment.