From e46fe3db57805aebd689817bbe840c3e847ffe44 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sun, 15 May 2022 14:17:10 +0930 Subject: [PATCH] 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