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:
+1
-1
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user