Set the default database to SQLite

This commit is contained in:
Darko Gjorgjijoski
2024-07-13 02:29:20 +02:00
parent 75b0c264dc
commit b37019f845

View File

@@ -4,12 +4,12 @@ APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://invoiceshelf.test
DB_CONNECTION=mysql
DB_HOST=db
DB_PORT=3306
DB_DATABASE=invoiceshelf
DB_USERNAME=invoiceshelf
DB_PASSWORD="invoiceshelf"
DB_CONNECTION=sqlite
DB_HOST=
DB_PORT=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
BROADCAST_DRIVER=log
CACHE_DRIVER=file