From a68f038580fda427730ef9da06d450feb81fda53 Mon Sep 17 00:00:00 2001 From: Ghassan Yusuf Date: Tue, 10 Mar 2026 01:07:12 +0300 Subject: [PATCH] Update .env.example --- .env.example | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.env.example b/.env.example index ea0665b..063f6d7 100644 --- a/.env.example +++ b/.env.example @@ -8,12 +8,15 @@ LOG_CHANNEL=stack LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug -DB_CONNECTION=mysql -DB_HOST=127.0.0.1 -DB_PORT=3306 -DB_DATABASE=laravel -DB_USERNAME=root -DB_PASSWORD= +DB_CONNECTION=sqlite +DB_DATABASE=/var/www/physiotherapy-clinic/database/database.sqlite + +#DB_CONNECTION=mysql +#DB_HOST=127.0.0.1 +#DB_PORT=3306 +#DB_DATABASE=laravel +#DB_USERNAME=root +#DB_PASSWORD= BROADCAST_DRIVER=log CACHE_DRIVER=file