Skip to content

Commit

Permalink
Update application.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
leejh7 authored May 17, 2024
1 parent 3d62510 commit e140b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spring:
defer-datasource-initialization: true
show-sql: true
hibernate:
ddl-auto: validate
ddl-auto: create-drop
properties:
hibernate:
format_sql: true
Expand All @@ -36,4 +36,4 @@ jwt:
token-validity-in-seconds: 100

univcert:
api_key: 91927da3-bc95-4574-8d43-47e10a9272a7
api_key: 91927da3-bc95-4574-8d43-47e10a9272a7

0 comments on commit e140b26

Please sign in to comment.