From e39f1a25ec810a9676a20e3c99b6ab70bee44ea8 Mon Sep 17 00:00:00 2001 From: adesyawal <52590145+adesyawal@users.noreply.github.com> Date: Wed, 26 Mar 2025 17:53:30 +0700 Subject: [PATCH] Add Env Prod & Ignore ENV --- .env | 6 +++--- .gitignore | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 8ccf989..e16c681 100644 --- a/.env +++ b/.env @@ -19,11 +19,11 @@ DB_USERNAME=simrs DB_PASSWORD=@S1mrs.3205@ DB_CONNECTION_SMART=pgsql -DB_HOST_SMART=192.168.12.3 +DB_HOST_SMART=psql1.rsabhk.lan DB_PORT_SMART=5432 -DB_DATABASE_SMART=rsab_hk_25_01_14 +DB_DATABASE_SMART=rsab_hk_production DB_USERNAME_SMART=postgres -DB_PASSWORD_SMART=postgres +DB_PASSWORD_SMART=root BROADCAST_DRIVER=log CACHE_DRIVER=file diff --git a/.gitignore b/.gitignore index da8bfce..e6c7b5b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ /storage/*.key .phpunit.result.cache docker-compose.override.yml +.env Homestead.json Homestead.yaml npm-debug.log