Skip to content
This repository was archived by the owner on Nov 9, 2020. It is now read-only.

Commit 7cbce6b

Browse files
committed
Update readme
1 parent c557161 commit 7cbce6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ Jobs pushed to the remote queue are transmitted via HTTP and processed on anothe
6868
'driver' => 'remote',
6969
// Default queue of the remote host to push jobs to.
7070
'queue' => 'default',
71-
// The remote queue API endpoint of the remote host.
72-
'url' => 'http://192.168.100.100/api/v1/remote-queue',
71+
// The remote queue API endpoint of the remote host. Don't forget the trailing slash!
72+
'url' => 'http://192.168.100.100/api/v1/remote-queue/',
7373
// Token to use for authentication on the remote host.
7474
'token' => 'IoO2l7UKZfso5zQloF2XvAShEbAR5a9M8u+WBfg0HgI=',
7575
]

0 commit comments

Comments
 (0)