Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Port Configuration
PORT=3001
# PostgreSQL Configuration
# Replace with the connection string for your database
DATABASE_URL=postgresql://username:password@localhost:5432/codepatchwork
PGDATABASE=codepatchwork
PGUSER=username
Expand Down
86 changes: 0 additions & 86 deletions server/test-db.js

This file was deleted.

34 changes: 0 additions & 34 deletions test_db_connection.js

This file was deleted.

46 changes: 0 additions & 46 deletions test_db_lowercase.js

This file was deleted.

Loading