Merge pull request #3 from tcivie/fix-redis-default-host

Fix redis internal address localhost -> redis
This commit is contained in:
Gleb Tcivie 2024-06-26 12:34:04 +03:00 committed by GitHub
commit d94cbe26ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
.env
View file

@ -1,7 +1,7 @@
# Description: Environment variables for the application
# Redis connection details
REDIS_HOST=localhost
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_DB=0
REDIS_PASSWORD=

View file

@ -82,7 +82,7 @@ The project uses a `.env` file for configuration. Here is an example of the conf
# Description: Environment variables for the application
# Redis connection details
REDIS_HOST=localhost
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_DB=0
REDIS_PASSWORD=