From 27c088d0d18e4c775f6eec0746507d58f6395f26 Mon Sep 17 00:00:00 2001 From: Pedro Reis Date: Wed, 7 Feb 2024 23:42:43 -0300 Subject: [PATCH] Remove properties --- src/main/resources/application.properties | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 6e20a7c..c601813 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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