From fdcd3c7515e49db91169b972bd5669f9dee1af4e Mon Sep 17 00:00:00 2001 From: Joao Patricio Date: Mon, 3 Apr 2023 09:39:29 +0100 Subject: [PATCH] Adds Dusk and Gitpod --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index dd4f03d08..23e5cb752 100644 --- a/.env.example +++ b/.env.example @@ -14,6 +14,7 @@ APP_KEY= APP_DEBUG=true APP_URL=http://localhost APP_PORT=8000 +DUSK_DRIVER_URL=http://selenium:4444 DB_CONNECTION=pgsql DB_HOST=postgres