Add Env Prod & Ignore ENV

This commit is contained in:
adesyawal 2025-03-26 17:53:30 +07:00
parent 6a4dffac53
commit e39f1a25ec
2 changed files with 4 additions and 3 deletions

6
.env
View File

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

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
/storage/*.key
.phpunit.result.cache
docker-compose.override.yml
.env
Homestead.json
Homestead.yaml
npm-debug.log