Delete .env

This commit is contained in:
5803025020 2026-09-15 03:36:02 -04:00
parent 73dc0c0d6d
commit 510c4246bf

13
.env
View File

@ -1,13 +0,0 @@
# Server Configuration
# --------------------
PORT=4000
ENVIRONMENT=dev # Options: dev, stage, prod
# -----------------------------------------
# PostgreSQL Database Configuration
DB_HOST=localhost
DB_PORT=5432
DB USER=postgres
DB_PASSWORD=pw5803025020
DB_NAME=user5803025020
DB_SSLMODE=disable #t'disable' or 'require'