diff --git a/src/main/resources/application-security.yml b/src/main/resources/application-security.yml index c7ce091..7f0256a 100644 --- a/src/main/resources/application-security.yml +++ b/src/main/resources/application-security.yml @@ -1,6 +1,6 @@ jwt: access-token-secret: ${JWT_ACCESS_TOKEN_SECRET:} refresh-token-secret: ${JWT_REFRESH_TOKEN_SECRET:} - access-token-expiration-time: ${JWT_ACCESS_TOKEN_EXPIRATION_TIME:7200} #2시간 + access-token-expiration-time: ${JWT_ACCESS_TOKEN_EXPIRATION_TIME:36000000} #10000시간 refresh-token-expiration-time: ${JWT_REFRESH_TOKEN_EXPIRATION_TIME:604800} #7일 issuer: ${JWT_ISSUER:} \ No newline at end of file