Skip to content

Commit

Permalink
fix: 빌드 실패
Browse files Browse the repository at this point in the history
  • Loading branch information
songyi00 committed Jul 22, 2024
1 parent 9c32d0b commit 84d39f4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ spring:
jpa:
hibernate:
ddl-auto: create-drop
data:
redis:
host: localhost
port: 6379

jwt:
secret: testtest
access-token:
expires-in: 86400000
refresh-token:
expires-in: 1209600000

oauth:
apple:
Expand Down

0 comments on commit 84d39f4

Please sign in to comment.