Skip to content

Commit

Permalink
Application property fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-szrnka committed Oct 17, 2023
1 parent df28875 commit 17a2b4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
config.auth.type=db
2 changes: 1 addition & 1 deletion code/gms-backend/src/test/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spring.flyway.enabled=false
config.cookie.secure=false

# DB
spring.jpa.show-sql=true
spring.jpa.show-sql=false
spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_ON_EXIT=FALSE;DATABASE_TO_UPPER=false;NON_KEYWORDS=value
spring.datasource.username=sa
spring.datasource.password=password
Expand Down

0 comments on commit 17a2b4a

Please sign in to comment.