Set the default database to be SQLite

This commit is contained in:
Darko Gjorgjijoski
2024-07-12 17:13:54 +02:00
parent 53866f721c
commit a907f8c932

View File

@@ -14,12 +14,12 @@ APP_MAINTENANCE_STORE=database
BCRYPT_ROUNDS=12
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_CONNECTION=log
CACHE_STORE=file