Fixing REDIS_URI in .env.example (#27)

* fix: corrected default redis uri

* fix: corrected default redis uri

Co-authored-by: vee <vee@noreply.codeberg.org>

---------

Co-authored-by: vee <vee@noreply.codeberg.org>
This commit is contained in:
Gadolinium
2024-06-26 13:55:00 -05:00
committed by GitHub
parent 09d8a83e15
commit e7b07bcbed
+1 -1
View File
@@ -2,7 +2,7 @@
PORT=8080 PORT=8080
HOST=0.0.0.0 HOST=0.0.0.0
# The URI used for connecting to redis # The URI used for connecting to redis
REDIS_URI=localhost:6379 REDIS_URI=redis:6379
# URL that the root of the API will redirect to. # URL that the root of the API will redirect to.
# The site specified here HAS TO link to the source code (including your modificiations, if applicable), # The site specified here HAS TO link to the source code (including your modificiations, if applicable),