From aaeb2739ab5308640b815d681fbc9933de13f7b2 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 11 Aug 2024 17:19:41 +0200 Subject: [PATCH] config.example.yml: add example for cache section --- config.example.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.example.yml b/config.example.yml index 9d6deef..85c289d 100644 --- a/config.example.yml +++ b/config.example.yml @@ -56,6 +56,16 @@ ship: # blacklist_is_whitelist: true +# Configure the cache. +# Default is to use redis. But if you need to +# you can set additional values or even change the driver +# to something else that Thalos supports. +# See the documentation for details + +# cache: +# storage: redis +# options: [] + # Telegram notifications #telegram: # id: "123456789:GPdmGPBWvpgHPxlergJLavus-PoAURTjMWP"