[examples] fix env variables names

This commit is contained in:
Aleksandr Soloshenko 2025-08-28 06:53:04 +07:00 committed by Aleksandr
parent 4a23c13f6e
commit 8a7f6be03c

View File

@ -17,8 +17,8 @@ database: # database
max_idle_conns: 2 # database max idle connections (default: 2 * CPU) [DATABASE__MAX_IDLE_CONNS]
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__DEBOUNCE_SECONDS]
debounce_seconds: 5 # push notification debounce (>= 5s) [FCM__TIMEOUT_SECONDS]
timeout_seconds: 1 # push notification send timeout [FCM__TIMEOUT_SECONDS]
debounce_seconds: 5 # push notification debounce (>= 5s) [FCM__DEBOUNCE_SECONDS]
tasks: # tasks config
hashing: # hashing task (hashes processed messages for privacy purposes)
interval_seconds: 15 # hashing interval in seconds [TASKS__HASHING__INTERVAL_SECONDS]