Skip to content

Commit

Permalink
Merge branch 'horizon-redis' of https://github.com/dwightwatson/docs
Browse files Browse the repository at this point in the history
…into dwightwatson-horizon-redis
  • Loading branch information
taylorotwell committed Jul 18, 2018
2 parents c54e55f + d0fd21a commit 3b63b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horizon.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ After installing Horizon, publish its assets using the `vendor:publish` Artisan
<a name="configuration"></a>
### Configuration

After publishing Horizon's assets, its primary configuration file will be located at `config/horizon.php`. This configuration file allows you to configure your worker options and each configuration option includes a description of its purpose, so be sure to thoroughly explore this file.
After publishing Horizon's assets, its primary configuration file will be located at `config/horizon.php`. This configuration file allows you to configure your worker options and each configuration option includes a description of its purpose, so be sure to thoroughly explore this file. Be sure to adjust your queue driver to `redis` in `config/queue.php` if you haven't already.

#### Balance Options

Expand Down

0 comments on commit 3b63b4c

Please sign in to comment.