Skip to content

Commit 094f5a1

Browse files
author
Kim DongMin
committed
hotfix: 테스트용 jwt 더미 값 수정
1 parent ca81e2d commit 094f5a1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/main/resources/application.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ spring.jpa.hibernate.ddl-auto=update
1515
#spring.cloud.aws.credentials.access-key=test-access-key
1616
#spring.cloud.aws.credentials.secret-key=test-secret-key
1717

18+
#jwt.secret=TestSecretKeyForUnitTestingMustBeLongEnoughToPreventErrors1234567890
19+
1820
# ==========================================
1921
# ? Database Setting (???? ??)
2022
# ==========================================
@@ -43,8 +45,7 @@ spring.servlet.multipart.max-request-size=10MB
4345
# ==========================================
4446
# ? JWT Setting (???? ??)
4547
# ==========================================
46-
#jwt.secret=${JWT_SECRET}
47-
jwt.secret=TestSecretKeyForUnitTestingMustBeLongEnoughToPreventErrors1234567890
48+
jwt.secret=${JWT_SECRET}
4849
jwt.expiration-ms=3600000
4950

5051
# Swagger Config (?? ?? ??)

0 commit comments

Comments
 (0)