Skip to content

Commit 8a7f6be

Browse files
committed
[examples] fix env variables names
1 parent 4a23c13 commit 8a7f6be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/config.example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ database: # database
1717
max_idle_conns: 2 # database max idle connections (default: 2 * CPU) [DATABASE__MAX_IDLE_CONNS]
1818
fcm: # 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]
2222
tasks: # tasks config
2323
hashing: # hashing task (hashes processed messages for privacy purposes)
2424
interval_seconds: 15 # hashing interval in seconds [TASKS__HASHING__INTERVAL_SECONDS]

0 commit comments

Comments
 (0)