feat: Add db connection example config

This commit is contained in:
Attila Kerekes 2022-11-24 13:53:32 +01:00
parent 9aaa900a3e
commit bb07ba5964
1 changed files with 7 additions and 0 deletions

View File

@ -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