File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ database: # database
1717 max_idle_conns : 2 # database max idle connections (default: 2 * CPU) [DATABASE__MAX_IDLE_CONNS]
1818fcm : # firebase cloud messaging config
1919 credentials_json : " {}" # firebase credentials json (for public mode only) [FCM__CREDENTIALS_JSON]
20- timeout_seconds : 1 # push notification send timeout [FCM__DEBOUNCE_SECONDS ]
21- debounce_seconds : 5 # push notification debounce (>= 5s) [FCM__TIMEOUT_SECONDS ]
20+ timeout_seconds : 1 # push notification send timeout [FCM__TIMEOUT_SECONDS ]
21+ debounce_seconds : 5 # push notification debounce (>= 5s) [FCM__DEBOUNCE_SECONDS ]
2222tasks : # tasks config
2323 hashing : # hashing task (hashes processed messages for privacy purposes)
2424 interval_seconds : 15 # hashing interval in seconds [TASKS__HASHING__INTERVAL_SECONDS]
You can’t perform that action at this time.
0 commit comments