From a907f8c932df1d1dd8afef8825e00d035b9c4cce Mon Sep 17 00:00:00 2001 From: Darko Gjorgjijoski Date: Fri, 12 Jul 2024 17:13:54 +0200 Subject: [PATCH] Set the default database to be SQLite --- .env.example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.example b/.env.example index fd621229..48dc79fd 100644 --- a/.env.example +++ b/.env.example @@ -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