Skip to content

Commit 9b713db

Browse files
committed
chore: yml 파일 수정
1 parent f0794a0 commit 9b713db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spring:
2323
jwt:
2424
access-token-expiration: 1h
2525
refresh-token-expiration: 1d
26-
secret-key: ${JWT_SECRET_KEY}
26+
secret-key: ${LOCAL_JWT_SECRET_KEY}
2727

2828
cors:
2929
origin:

0 commit comments

Comments
 (0)