Skip to content

Commit

Permalink
chore: (#9) security 환경변수
Browse files Browse the repository at this point in the history
  • Loading branch information
softpeanut committed Aug 31, 2022
1 parent 11d7242 commit aa063fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions simtong-presentation/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ spring:
port: ${REDIS_PORT:6379}
host: ${REDIS_HOST:localhost}

security:
secret-key: ${SECRET_KEY:asdfasfdasfadsf}
access-exp: ${ACCESS_EXP:180}
refresh-exp: ${REFRESH_EXP:180}

logging:
level:
com:
Expand Down

0 comments on commit aa063fd

Please sign in to comment.