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:
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