Skip to content

Commit

Permalink
Default to SQLite database
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 30, 2024
1 parent 74304f9 commit bf88db1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ 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_HOST=127.0.0.1
#DB_PORT=3306
#DB_DATABASE=laravel
#DB_USERNAME=root
#DB_PASSWORD=

BROADCAST_DRIVER=log
CACHE_DRIVER=file
Expand Down

0 comments on commit bf88db1

Please sign in to comment.