From e50efa5449bb6bc1f9867b92f973bddd26f18deb Mon Sep 17 00:00:00 2001 From: sb745 <201226723+sb745@users.noreply.github.com> Date: Mon, 22 Dec 2025 13:58:52 +0200 Subject: [PATCH] Added commit hash explanation --- config.example.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.example.py b/config.example.py index 48bde20..425e27c 100644 --- a/config.example.py +++ b/config.example.py @@ -232,5 +232,6 @@ CACHE_THRESHOLD = 8192 # RATELIMIT_STORAGE_URL="redis://host:port" RATELIMIT_KEY_PREFIX="nyaaratelimit_" -# Use this to show the commit hash in the footer (see layout.html) +# The commit hash is automatically shown in the footer if .git folder is present (see layout.html) +# Use this to manually show the hash # COMMIT_HASH="[enter your commit hash here]"; \ No newline at end of file