Skip to content

Commit ec47c25

Browse files
committed
feat : CI 테스트용 더미 JWT 토큰 추가
1 parent 94e653d commit ec47c25

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/test/resources/application-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ spring:
1717
jdbc:
1818
time_zone: Asia/Seoul
1919

20+
jwt:
21+
secret: "test-secret-key-for-ci-must-be-at-least-32-bytes-long-dummy"
22+
access-token-expiration: 1800000
23+
refresh-token-expiration: 1209600000
24+
2025
# 테스트 시 OpenAI 호출 차단 (더미 키 사용)
2126
openai:
2227
api-key: test-dummy-key

0 commit comments

Comments
 (0)