chore: add ability to change DB_PORT from standard 5432 (#480)

This commit is contained in:
Mohamed Halat
2024-02-26 06:44:07 -05:00
committed by GitHub
parent 971347c761
commit fd8ce1b32a
2 changed files with 2 additions and 0 deletions

View File

@@ -26,5 +26,6 @@ TLS=true
# Database Configuration
DB_HOST=localhost
DB_PORT=5432
POSTGRES_PASSWORD=postgres
POSTGRES_USER=postgres