Skip to content

Commit

Permalink
NOJIRA
Browse files Browse the repository at this point in the history
  • Loading branch information
chasegawa committed Jul 5, 2022
1 parent 079716e commit 4a462cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions testbed/postgres/conf/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ spring:
username: shibui
password: shibui
jpa:
show-sql: false
properties:
hibernate:
dialect: org.hibernate.dialect.PostgreSQLDialect
dialect: org.hibernate.dialect.PostgreSQL95Dialect
format_sql: true
server:
port: 8443
ssl:
Expand Down Expand Up @@ -135,4 +137,4 @@ custom:
logging:
level:
org.pac4j: "TRACE"
org.opensaml: "INFO"
org.opensaml: "INFO"

0 comments on commit 4a462cc

Please sign in to comment.