We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afbe91e + 9384935 commit c122365Copy full SHA for c122365
1 file changed
.env.example
@@ -1,6 +1,7 @@
1
# Port Configuration
2
PORT=3001
3
# PostgreSQL Configuration
4
+# Replace with the connection string for your database
5
DATABASE_URL=postgresql://username:password@localhost:5432/codepatchwork
6
PGDATABASE=codepatchwork
7
PGUSER=username
0 commit comments