[config] update example config

This commit is contained in:
Aleksandr Soloshenko 2025-09-11 11:04:39 +07:00 committed by Aleksandr
parent 41ceff4868
commit abbd9a2cd6

View File

@ -24,6 +24,8 @@ fcm: # firebase cloud messaging config
credentials_json: "{}" # firebase credentials json (for public mode only) [FCM__CREDENTIALS_JSON]
timeout_seconds: 1 # push notification send timeout [FCM__TIMEOUT_SECONDS]
debounce_seconds: 5 # push notification debounce (>= 5s) [FCM__DEBOUNCE_SECONDS]
cache: # cache config
url: memory:// # cache url (memory:// or redis://) [CACHE__URL]
tasks: # tasks config
hashing: # hashing task (hashes processed messages for privacy purposes)
interval_seconds: 15 # hashing interval in seconds [TASKS__HASHING__INTERVAL_SECONDS]