Changed value type for $pointApiDelay and set default value of 5 sec.

This commit is contained in:
Alexey Skobkin 2023-04-01 19:10:26 +03:00
parent 690b849ca6
commit 0a05264406
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ services:
# Point API
$pointDomain: 'point.im'
$pointScheme: 'https'
$pointApiDelay: ''
$pointApiDelay: 5000
$pointAppUserId: ''
$pointApiClient: '@app.point.http_client'