Skip to content

Commit

Permalink
✨ 기능 수정 : 들여쓰기 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JoJeHuni committed Nov 29, 2024
1 parent 74f5e32 commit c996e9f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@ jobs:
starttls:
enable: true
data:
redis:
host: \{REDIS_HOST}
port: \{REDIS_PORT}
lettuce:
pool:
max-active: 50
max-idle: 25
min-idle: 5
time-between-eviction-runs: 2000ms
data:
redis:
host: \{REDIS_HOST}
port: \{REDIS_PORT}
lettuce:
pool:
max-active: 50
max-idle: 25
min-idle: 5
time-between-eviction-runs: 2000ms
openai:
model: gpt-4o
Expand Down

0 comments on commit c996e9f

Please sign in to comment.