Skip to content

Commit 6d0e12e

Browse files
committed
Corrijo el .env.sample para que incluya SERVER_PORT
1 parent a08e17c commit 6d0e12e

File tree

1 file changed

+2
-1
lines changed
  • 2023-05-09/forums-api-ts-express-prisma-postgres

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
DATABASE_URL="postgresql://admin:fullstack123@localhost:5432/forumdb?schema=public"
1+
DATABASE_URL="postgresql://admin:fullstack123@localhost:5432/forumdb?schema=public"
2+
SERVER_PORT=3000

0 commit comments

Comments
 (0)