Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPouria Ezzati <ezzati.upt@gmail.com>2022-11-10 14:35:11 +0300
committerPouria Ezzati <ezzati.upt@gmail.com>2022-11-10 14:35:11 +0300
commit6055213a58cb63e5de9d1f691c9f5fcb8e2b5db3 (patch)
treed27c1008b2894d4772992b25ad5fd3508cea2978 /.example.env
parent430b87458379322d3fea4917ade8dc99d54dea03 (diff)
feat: add support for redis db numbertask/redis-db-number
Diffstat (limited to '.example.env')
-rw-r--r--.example.env3
1 files changed, 3 insertions, 0 deletions
diff --git a/.example.env b/.example.env
index 634af8e..5fd7047 100644
--- a/.example.env
+++ b/.example.env
@@ -28,6 +28,9 @@ NEO4J_DB_PASSWORD=pass
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
REDIS_PASSWORD=
+# Optional: The number for Redis database, between 0 and 15. Defaults to 0.
+# If you don't know what this is, then you probably don't need to change it.
+REDIS_DB=0
# Disable registration
DISALLOW_REGISTRATION=false