From bb07ba5964270b9b986bcd4508fd4a4f5a6c2323 Mon Sep 17 00:00:00 2001 From: Attila Kerekes Date: Thu, 24 Nov 2022 13:53:32 +0100 Subject: [PATCH] feat: Add db connection example config --- .env.example | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.env.example b/.env.example index 565e18b8..33c168e8 100644 --- a/.env.example +++ b/.env.example @@ -9,6 +9,13 @@ LOG_CHANNEL=daily DB_CONNECTION=sqlite DB_DATABASE=app.sqlite +#DB_CONNECTION= +#DB_HOST= +#DB_PORT= +#DB_DATABASE= +#DB_USERNAME= +#DB_PASSWORD= + BROADCAST_DRIVER=log CACHE_DRIVER=file QUEUE_CONNECTION=sync