From f0b04c694d9d67cbc6ce09896d07816e3e8cd718 Mon Sep 17 00:00:00 2001 From: KWangechi Date: Wed, 24 Jan 2024 22:38:08 +0300 Subject: [PATCH] ft:added postgresql config to the .env.example file --- .env.example | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.env.example b/.env.example index ea0665b..72dfea0 100644 --- a/.env.example +++ b/.env.example @@ -15,6 +15,15 @@ DB_DATABASE=laravel DB_USERNAME=root DB_PASSWORD= +# if using Postgresql, uncomment the below +# DB_CONNECTION=pgsql +# DB_HOST=127.0.0.1 +# DB_PORT=5432 +# DB_DATABASE=laravel +# DB_USERNAME=root +# DB_PASSWORD= +# DB_SCHEMA= + BROADCAST_DRIVER=log CACHE_DRIVER=file FILESYSTEM_DISK=local