mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2025-03-05 20:52:02 -08:00
Merge pull request #3 from tcivie/fix-redis-default-host
Fix redis internal address localhost -> redis
This commit is contained in:
commit
d94cbe26ca
2
.env
2
.env
|
@ -1,7 +1,7 @@
|
||||||
# Description: Environment variables for the application
|
# Description: Environment variables for the application
|
||||||
|
|
||||||
# Redis connection details
|
# Redis connection details
|
||||||
REDIS_HOST=localhost
|
REDIS_HOST=redis
|
||||||
REDIS_PORT=6379
|
REDIS_PORT=6379
|
||||||
REDIS_DB=0
|
REDIS_DB=0
|
||||||
REDIS_PASSWORD=
|
REDIS_PASSWORD=
|
||||||
|
|
|
@ -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
|
# Description: Environment variables for the application
|
||||||
|
|
||||||
# Redis connection details
|
# Redis connection details
|
||||||
REDIS_HOST=localhost
|
REDIS_HOST=redis
|
||||||
REDIS_PORT=6379
|
REDIS_PORT=6379
|
||||||
REDIS_DB=0
|
REDIS_DB=0
|
||||||
REDIS_PASSWORD=
|
REDIS_PASSWORD=
|
||||||
|
|
Loading…
Reference in a new issue