Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
richan-fongdasen committed Apr 29, 2024
1 parent 4d5ac7d commit 68bc182
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,13 @@ The content of the `config/turso-laravel.php` file should look like this:

```php
return [
'client' => [
'connect_timeout' => env('TURSO_CONNECT_TIMEOUT', 2),
'timeout' => env('TURSO_REQUEST_TIMEOUT', 5),
],

'sync_command' => [
'node_path' => env('NODE_PATH'),
'node_path' => env('NODE_PATH'), // Full path to the node executable. E.g: /usr/bin/node
'script_filename' => 'turso-sync.mjs',
'script_path' => realpath(__DIR__ . '/..'),
'timeout' => 60,
Expand Down

0 comments on commit 68bc182

Please sign in to comment.