mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
config.example.yml: add example for cache section
This commit is contained in:
parent
fa6508ba90
commit
aaeb2739ab
1 changed files with 10 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue