diff --git a/.env.example b/.env.example index 3db40f368..31ab4adcc 100644 --- a/.env.example +++ b/.env.example @@ -11,12 +11,7 @@ LOG_STACK=single LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug -DB_CONNECTION=mysql -DB_HOST=127.0.0.1 -DB_PORT=3306 -DB_DATABASE=panel -DB_USERNAME=panel -DB_PASSWORD= +DB_CONNECTION=sqlite REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null