Skip to content

Commit 9384935

Browse files
committed
Remove example DB connection scripts and document env variable
1 parent 5cae514 commit 9384935

4 files changed

Lines changed: 1 addition & 166 deletions

File tree

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Port Configuration
22
PORT=3001
33
# PostgreSQL Configuration
4+
# Replace with the connection string for your database
45
DATABASE_URL=postgresql://username:password@localhost:5432/codepatchwork
56
PGDATABASE=codepatchwork
67
PGUSER=username

server/test-db.js

Lines changed: 0 additions & 86 deletions
This file was deleted.

test_db_connection.js

Lines changed: 0 additions & 34 deletions
This file was deleted.

test_db_lowercase.js

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)