Skip to content

Commit

Permalink
#37 feature: redis 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sss4920 committed Aug 10, 2024
1 parent d55b2a1 commit e58f2a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions neighbor/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ spring:
hibernate:
format_sql: false
use_sql_comments: true
data:
redis:
host: ${spring.data.redis.host}
port: ${spring.data.redis.port}
jwt:
secret: ${JWT_SECRET}
access-token-validity-in-milliseconds: ${JWT_ACCESS_TOKEN_VALIDITY_IN_MILLISECONDS}
Expand Down

0 comments on commit e58f2a4

Please sign in to comment.