Skip to content

Commit

Permalink
Chore: redis host μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
saokiritoni authored Nov 7, 2024
1 parent 79a0c1e commit 65b21ac
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
Expand Up @@ -19,8 +19,8 @@ spring:
timeout: 1800s

redis:
host: ${REDIS_HOST}
port: ${REDIS_PORT}
host: localhost
port: 6379

mail:
host: smtp.gmail.com
Expand Down

0 comments on commit 65b21ac

Please sign in to comment.