Skip to content

Commit bd31eb5

Browse files
committed
CLAP-434 Remove: 필요없는 환경변수 삭제
1 parent 1e39538 commit bd31eb5

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

src/main/resources/auth.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ jwt:
88
temporary-token: ${JWT_TEMPORARY_EXPIRATION_TIME:300000}
99
refresh-token: ${JWT_REFRESH_EXPIRATION_TIME:1209600000} # 1000 * 60 * 60 * 24 * 14 = 1209600000 (14 days)
1010

11-
password:
12-
policy:
13-
length: ${INITIAL_PASSWORD_LENGTH:12}
14-
characters: ${INITIAL_PASSWORD_CHARACTERS:ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()_+}
15-
1611
---
1712
spring.config.activate.on-profile: local
1813

src/test/resources/application.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,4 @@ jwt:
5353
expiration-time:
5454
access-token: 43200000 # 1000 * 60 * 60 * 12 = 43200000 (12 hours)
5555
temporary-token: 300000
56-
refresh-token: 1209600000 # 1000 * 60 * 60 * 24 * 14 = 1209600000 (14 days)
57-
58-
password:
59-
policy:
60-
length: 12
61-
characters: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()_+
56+
refresh-token: 1209600000 # 1000 * 60 * 60 * 24 * 14 = 1209600000 (14 days)

0 commit comments

Comments
 (0)