Added commit hash explanation

This commit is contained in:
sb745 2025-12-22 13:58:52 +02:00
parent fdaa324135
commit e50efa5449
No known key found for this signature in database
GPG key ID: FCECC197D40D3DE0

View file

@ -232,5 +232,6 @@ CACHE_THRESHOLD = 8192
# RATELIMIT_STORAGE_URL="redis://host:port" # RATELIMIT_STORAGE_URL="redis://host:port"
RATELIMIT_KEY_PREFIX="nyaaratelimit_" 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]"; # COMMIT_HASH="[enter your commit hash here]";