Skip to content

Commit d84698e

Browse files
committed
Set the fallback for force local option to true
1 parent 50d806a commit d84698e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config/config.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@
8585

8686
'onlyAutomate' => env('BROWSERSTACK_CLI_ONLY_AUTOMATE'),
8787

88-
'forcelocal' => env('BROWSERSTACK_CLI_FORCE_LOCAL', env('BROWSERSTACK_LOCAL_TUNNEL')),
88+
'forcelocal' => env(
89+
'BROWSERSTACK_CLI_FORCE_LOCAL',
90+
env('BROWSERSTACK_LOCAL_TUNNEL', true)
91+
),
8992

9093
'localIdentifier' => env('BROWSERSTACK_CLI_LOCAL_IDENTIFIER'),
9194

0 commit comments

Comments
 (0)