1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Attempt different BASE url in github action tests

This commit is contained in:
David Bomba 2023-10-26 20:33:34 +11:00
parent b9997e9ed1
commit 0d2bc0151a

View File

@ -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