mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
Introduce feature flag for Browsershot waitUntilNetworkIdle
This commit is contained in:
parent
4b32f3e8b2
commit
45e40a5661
2 changed files with 17 additions and 8 deletions
|
|
@ -130,6 +130,7 @@ return [
|
|||
'force_https' => env('FORCE_HTTPS', false),
|
||||
'puppeteer_docker' => env('PUPPETEER_DOCKER', false),
|
||||
'puppeteer_mode' => env('PUPPETEER_MODE', 'local'),
|
||||
'puppeteer_wait_for_network_idle' => env('PUPPETEER_WAIT_FOR_NETWORK_IDLE', false),
|
||||
|
||||
'notifications' => [
|
||||
'battery_low' => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue