mirror of
https://github.com/makayabou/asg-server.git
synced 2026-05-02 17:43:36 +02:00
[examples] fix env variables names
This commit is contained in:
parent
4a23c13f6e
commit
8a7f6be03c
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user