Skip to content

Commit

Permalink
fix: redis host 변경 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-heo authored May 28, 2024
1 parent 588422e commit 24b86aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spring:
data:
redis:
host: redis
host: ${EC2_IPV4}
port: 6379
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
Expand Down Expand Up @@ -52,4 +52,4 @@ openai:
model: ${OPENAI_MODEL}
api:
url: https://api.openai.com/v1/chat/completions
key: ${OPENAI_KEY}
key: ${OPENAI_KEY}

0 comments on commit 24b86aa

Please sign in to comment.