mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-04 12:03:41 +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
|
# 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 notifications
|
||||||
#telegram:
|
#telegram:
|
||||||
# id: "123456789:GPdmGPBWvpgHPxlergJLavus-PoAURTjMWP"
|
# id: "123456789:GPdmGPBWvpgHPxlergJLavus-PoAURTjMWP"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue