Added the ability to configure horizon

This commit is contained in:
Rafael Horvat
2022-03-29 16:51:03 +02:00
parent 4e668a4098
commit 8f82fbe078
5 changed files with 61 additions and 1 deletions

View File

@@ -5,3 +5,5 @@ glowingblue-redis-setup:
enable_redis_sessions:
Enable Redis sessions (all users will be logged out after changing this setting)
enable_queue: Enable Redis queue
horizon_config: "Horizon config (format: JSON)."
horizon_help_text: This will be passed to <code>(new \Blomstra\Horizon\Extend\Horizon)->config(...))</code>