Skip to content

Commit

Permalink
fix: refresh token 기간 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkenhw committed Sep 29, 2023
1 parent 1814339 commit d4167fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ server:
enabled: true
mime-types: application/json
min-response-size: 500

spring:
profiles:
active: local
Expand All @@ -21,6 +20,8 @@ spring:
scheduling:
pool:
size: 10
jpa:
open-in-view: false
jasypt:
encryptor:
bean: jasyptEncryptor
Expand All @@ -41,7 +42,7 @@ management:
jwt:
secret: ENC(t6iKCv1Nj+ygRxG2oZCw3l4v9y0ALS2GfQwYIKvO0tRuPzFp4UYRZYfBFdBW+xQl77rOLbfIPJ13tys/tXj3Qw==)
access-token-expiration-period: ENC(Ua9DcFiPKX/5r0/WGkN5JQ==)
refresh-token-expiration-period: ENC(Ua9DcFiPKX/5r0/WGkN5JQ==)
refresh-token-expiration-period: ENC(DTClD6YHtMsb1xAL6ZbQcA==)

oauth2:
provider:
Expand Down

0 comments on commit d4167fd

Please sign in to comment.