mirror of
https://github.com/makayabou/asg-server.git
synced 2026-05-02 17:43:36 +02:00
[config] update example config
This commit is contained in:
parent
41ceff4868
commit
abbd9a2cd6
@ -24,6 +24,8 @@ fcm: # firebase cloud messaging config
|
|||||||
credentials_json: "{}" # firebase credentials json (for public mode only) [FCM__CREDENTIALS_JSON]
|
credentials_json: "{}" # firebase credentials json (for public mode only) [FCM__CREDENTIALS_JSON]
|
||||||
timeout_seconds: 1 # push notification send timeout [FCM__TIMEOUT_SECONDS]
|
timeout_seconds: 1 # push notification send timeout [FCM__TIMEOUT_SECONDS]
|
||||||
debounce_seconds: 5 # push notification debounce (>= 5s) [FCM__DEBOUNCE_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
|
tasks: # tasks config
|
||||||
hashing: # hashing task (hashes processed messages for privacy purposes)
|
hashing: # hashing task (hashes processed messages for privacy purposes)
|
||||||
interval_seconds: 15 # hashing interval in seconds [TASKS__HASHING__INTERVAL_SECONDS]
|
interval_seconds: 15 # hashing interval in seconds [TASKS__HASHING__INTERVAL_SECONDS]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user