From f7aea853441f72770bfa86c7f5bdfb3179c728f6 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sun, 15 May 2022 13:50:36 +0930 Subject: [PATCH 1/7] Update horizon.php --- config/horizon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/horizon.php b/config/horizon.php index 2558cb378..e9b726d0d 100644 --- a/config/horizon.php +++ b/config/horizon.php @@ -52,7 +52,7 @@ return [ | */ - 'prefix' => env('HORIZON_PREFIX', 'horizon-'.str_random(8).':'), + 'prefix' => env('HORIZON_PREFIX'.-:, 'horizon-:'), /* |-------------------------------------------------------------------------- From 05267395e1f4804f1dfe072afc66c214ce1f28e4 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sun, 15 May 2022 13:56:01 +0930 Subject: [PATCH 2/7] Update horizon.php --- config/horizon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/horizon.php b/config/horizon.php index e9b726d0d..d3e978c04 100644 --- a/config/horizon.php +++ b/config/horizon.php @@ -52,7 +52,7 @@ return [ | */ - 'prefix' => env('HORIZON_PREFIX'.-:, 'horizon-:'), + 'prefix' => env('HORIZON_PREFIX', 'horizon-:'), /* |-------------------------------------------------------------------------- From fafb2ca3b917d2784df8f5fac6eff0503012cdc9 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sun, 15 May 2022 13:57:07 +0930 Subject: [PATCH 3/7] Update horizon.php --- config/horizon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/horizon.php b/config/horizon.php index d3e978c04..6a6b55983 100644 --- a/config/horizon.php +++ b/config/horizon.php @@ -52,7 +52,7 @@ return [ | */ - 'prefix' => env('HORIZON_PREFIX', 'horizon-:'), + 'prefix' => env('HORIZON_PREFIX'.'-', 'horizon-'), /* |-------------------------------------------------------------------------- From caccd6691e2231d195d31c50b998831920ea82e5 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sun, 15 May 2022 14:15:36 +0930 Subject: [PATCH 4/7] Update horizon.php --- config/horizon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/horizon.php b/config/horizon.php index 6a6b55983..19872ad3b 100644 --- a/config/horizon.php +++ b/config/horizon.php @@ -52,7 +52,7 @@ return [ | */ - 'prefix' => env('HORIZON_PREFIX'.'-', 'horizon-'), + 'prefix' => env('HORIZON_PREFIX', 'horizon-'), /* |-------------------------------------------------------------------------- From 0903b06e8e6f5222563421f32b6ba4dba233df85 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sun, 15 May 2022 14:16:09 +0930 Subject: [PATCH 5/7] Update .env.example --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index b21ae8908..56faeb788 100644 --- a/.env.example +++ b/.env.example @@ -23,6 +23,8 @@ CACHE_DRIVER=redis SESSION_DRIVER=redis QUEUE_DRIVER=redis +HORIZON_PREFIX="horizon-" + REDIS_SCHEME=tcp REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null From 82c36d1a51706de8c57b5efbd34301a9de9df41b Mon Sep 17 00:00:00 2001 From: Shlee Date: Sun, 15 May 2022 14:17:00 +0930 Subject: [PATCH 6/7] Update .env.docker --- .env.docker | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.docker b/.env.docker index 72032e0e6..cbf1d5968 100644 --- a/.env.docker +++ b/.env.docker @@ -83,6 +83,8 @@ REDIS_PASSWORD=redis_password REDIS_PORT=6379 REDIS_DATABASE=0 +HORIZON_PREFIX="horizon-" + ## EXPERIMENTS EXP_LC=false EXP_REC=false @@ -145,4 +147,4 @@ TRUST_PROXIES="*" ## Passport #PASSPORT_PRIVATE_KEY= -#PASSPORT_PUBLIC_KEY= \ No newline at end of file +#PASSPORT_PUBLIC_KEY= From e46fe3db57805aebd689817bbe840c3e847ffe44 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sun, 15 May 2022 14:17:10 +0930 Subject: [PATCH 7/7] Update .env.testing --- .env.testing | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.testing b/.env.testing index 969115030..94cc0d132 100644 --- a/.env.testing +++ b/.env.testing @@ -28,6 +28,8 @@ REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 +HORIZON_PREFIX="horizon-" + MAIL_DRIVER=log MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525