Skip to content

Commit

Permalink
chore: application-redis.yml 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
seonghooni committed Jul 31, 2024
1 parent c08a643 commit 02c6702
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/application-redis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
spring:
data:
redis:
host: ${REDIS_HOST:localhost}
port: ${REDIS_PORT:6379}

0 comments on commit 02c6702

Please sign in to comment.