feat: Add db connection example config
This commit is contained in:
parent
9aaa900a3e
commit
bb07ba5964
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,13 @@ LOG_CHANNEL=daily
|
|||
DB_CONNECTION=sqlite
|
||||
DB_DATABASE=app.sqlite
|
||||
|
||||
#DB_CONNECTION=<mysql | pgsql>
|
||||
#DB_HOST=<hostname | ip>
|
||||
#DB_PORT=<port number>
|
||||
#DB_DATABASE=<database>
|
||||
#DB_USERNAME=<user>
|
||||
#DB_PASSWORD=<password>
|
||||
|
||||
BROADCAST_DRIVER=log
|
||||
CACHE_DRIVER=file
|
||||
QUEUE_CONNECTION=sync
|
||||
|
|
Loading…
Reference in a new issue