Skip to content

Commit c122365

Browse files
authored
Merge pull request #15 from hexawulf/codex/remove-hard-coded-connection-strings
Remove connection string examples
2 parents afbe91e + 9384935 commit c122365

1 file changed

Lines changed: 1 addition & 0 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

0 commit comments

Comments
 (0)