Configure posgres DB

This commit is contained in:
KS Jannette
2026-05-18 18:16:14 -04:00
parent cbb76fd72d
commit f32c6d55f0
4 changed files with 6 additions and 41 deletions

View File

@@ -1,3 +1,3 @@
DATABASE_URL=postgres://app:app@localhost:5432/app
DATABASE_URL=postgres://localhost:5432/generic_typescript_server
PORT=3000
DEBUG=