Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
[#141] disable h2 console in application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jenarp committed Jan 31, 2022
1 parent fc04af6 commit fb8841e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,7 @@ spring:
hibernate:
format_sql: true
dialect: org.hibernate.dialect.H2Dialect
h2:
console:
enabled: false

0 comments on commit fb8841e

Please sign in to comment.