Skip to content

Commit

Permalink
correct instructions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasvielmetter committed Feb 19, 2024
1 parent f4da63d commit 828bddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ return [
// ...

'recorders' => [
\WrkLst\Pulse\RemoteServer\RemoteServerRecorder::class => [
\WrkLst\Pulse\RemoteServer\Recorders\RemoteServers::class => [
'server_name' => "database-server-1",
'server_ssh' => "ssh forge@1.2.3.4",
'directories' => explode(':', env('PULSE_SERVER_DIRECTORIES', '/')),
Expand Down

0 comments on commit 828bddd

Please sign in to comment.