mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 11:14:06 +00:00
Set the default database to SQLite
This commit is contained in:
12
.env.example
12
.env.example
@@ -4,12 +4,12 @@ APP_DEBUG=true
|
|||||||
APP_LOG_LEVEL=debug
|
APP_LOG_LEVEL=debug
|
||||||
APP_URL=http://invoiceshelf.test
|
APP_URL=http://invoiceshelf.test
|
||||||
|
|
||||||
DB_CONNECTION=mysql
|
DB_CONNECTION=sqlite
|
||||||
DB_HOST=db
|
DB_HOST=
|
||||||
DB_PORT=3306
|
DB_PORT=
|
||||||
DB_DATABASE=invoiceshelf
|
DB_DATABASE=
|
||||||
DB_USERNAME=invoiceshelf
|
DB_USERNAME=
|
||||||
DB_PASSWORD="invoiceshelf"
|
DB_PASSWORD=
|
||||||
|
|
||||||
BROADCAST_DRIVER=log
|
BROADCAST_DRIVER=log
|
||||||
CACHE_DRIVER=file
|
CACHE_DRIVER=file
|
||||||
|
|||||||
Reference in New Issue
Block a user