From 1bfa397146eb607e051259c463350412da921f9f Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Thu, 29 Apr 2021 22:22:29 +0200 Subject: [PATCH] Configuration : utilisation de SQLITE3 --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 2a0d56d..5f7c0e2 100644 --- a/.env.example +++ b/.env.example @@ -7,10 +7,10 @@ APP_URL=http://localhost LOG_CHANNEL=stack LOG_LEVEL=debug -DB_CONNECTION=mysql +DB_CONNECTION=sqlite DB_HOST=127.0.0.1 DB_PORT=3306 -DB_DATABASE=laravel +#DB_DATABASE=laravel DB_USERNAME=root DB_PASSWORD=