From 64f3acca74a13eb9ad5145e8a382cdfb4e362124 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 26 Jul 2021 20:05:30 +1000 Subject: [PATCH] Fixes for github actions --- .env.ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.ci b/.env.ci index a033ea644c05..bd3fdaf4073d 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