From 8ebdb1e6fa9a0154cbebf48d12fe3efe3e65a2a8 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 19 Dec 2019 09:23:21 -0500 Subject: [PATCH] Add sane default for redis config --- config.example.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.ini b/config.example.ini index 2f04504..58038e1 100644 --- a/config.example.ini +++ b/config.example.ini @@ -23,7 +23,7 @@ source-url=https://git.sr.ht/~sircmpwn/srht secret-key=CHANGEME # # The redis host url. -redis-host= +redis-host=redis://localhost:6379/0 [mail] # -- 2.38.4