summaryrefslogtreecommitdiffstats
path: root/config.example.ini
diff options
context:
space:
mode:
Diffstat (limited to 'config.example.ini')
-rw-r--r--config.example.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.example.ini b/config.example.ini
index 15146da..cb586b4 100644
--- a/config.example.ini
+++ b/config.example.ini
@@ -64,8 +64,8 @@ connection-string=postgresql://postgres@localhost/git.sr.ht
# Set to "yes" to automatically run migrations on package upgrade.
migrate-on-upgrade=yes
#
-# The redis connection used for the Celery worker
-redis=redis://localhost:6379/1
+# The redis connection used for the webhooks worker
+webhooks=redis://localhost:6379/1
#
# A post-update script which is installed in every git repo.
post-update-script=/usr/bin/gitsrht-update-hook