File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 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---
1712spring.config.activate.on-profile : local
1813
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments