From 93bdd260fda3e6c8575bb24414925ad1ebaf18be Mon Sep 17 00:00:00 2001 From: Kamil Niemczycki Date: Tue, 19 Apr 2022 19:06:30 +0200 Subject: [PATCH] .env.example updated --- .env.example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.example b/.env.example index 43bbd05..2bff3a3 100644 --- a/.env.example +++ b/.env.example @@ -9,9 +9,9 @@ APP_KEY= APP_DEBUG=true APP_URL=http://localhost -DB_CONNECTION=mysql -DB_HOST=127.0.0.1 -DB_PORT=3306 -DB_DATABASE=kamilcraft_api -DB_USERNAME=root -DB_PASSWORD= +DB_CONNECTION=sqlite +#DB_HOST=127.0.0.1 +#DB_PORT=3306 +#DB_DATABASE=kamilcraft_api +#DB_USERNAME=root +#DB_PASSWORD=