From 0d2bc0151a2ccfa4eb6a2cebf609ed2e41b320bf Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 26 Oct 2023 20:33:34 +1100 Subject: [PATCH] Attempt different BASE url in github action tests --- .env.ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.ci b/.env.ci index c7434b25afac..504f9a44779a 100644 --- a/.env.ci +++ b/.env.ci @@ -2,7 +2,7 @@ APP_NAME="Invoice Ninja" APP_ENV=local APP_KEY= APP_DEBUG=true -APP_URL=http://ninja.test +APP_URL=http://localhost MULTI_DB_ENABLED=false # database DB_CONNECTION=mysql