From b37019f8454e7013ccd060f2017dc8e21f2ca790 Mon Sep 17 00:00:00 2001 From: Darko Gjorgjijoski Date: Sat, 13 Jul 2024 02:29:20 +0200 Subject: [PATCH] Set the default database to SQLite --- .env.example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.example b/.env.example index 710dadf6..ebf4ab4e 100644 --- a/.env.example +++ b/.env.example @@ -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