Changed value type for $pointApiDelay and set default value of 5 sec.
This commit is contained in:
parent
690b849ca6
commit
0a05264406
|
@ -17,7 +17,7 @@ services:
|
|||
# Point API
|
||||
$pointDomain: 'point.im'
|
||||
$pointScheme: 'https'
|
||||
$pointApiDelay: ''
|
||||
$pointApiDelay: 5000
|
||||
$pointAppUserId: ''
|
||||
$pointApiClient: '@app.point.http_client'
|
||||
|
||||
|
|
Loading…
Reference in a new issue