From 510c4246bf51cdb99093fb1b5950c1d5ba71a0b5 Mon Sep 17 00:00:00 2001 From: 5803025020 Date: Tue, 15 Sep 2026 03:36:02 -0400 Subject: [PATCH] Delete .env --- .env | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index ce04d24..0000000 --- a/.env +++ /dev/null @@ -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' \ No newline at end of file