Skip to content

Commit

Permalink
chore: add Redis config (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhhong0509 authored Jul 7, 2022
1 parent 44d0119 commit bbbc43b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions user-infrastructure/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
spring:
redis:
host: ${REDIS_HOST}
port: ${REDIS_PORT}
password: ${REDIS_PASSWORD}
main:
web-application-type: reactive
datasource:
Expand Down

0 comments on commit bbbc43b

Please sign in to comment.