Skip to content

Commit

Permalink
NOJIRA
Browse files Browse the repository at this point in the history
Former-commit-id: f6686e8abed037b3929045d01f7cb5f54f8bc649
  • Loading branch information
chasegawa committed Jul 5, 2022
1 parent fe2be95 commit c5b3961
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 c5b3961

Please sign in to comment.