Skip to content

Commit 5245653

Browse files
authored
update database port
1 parent 3200028 commit 5245653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB (Preview).
55
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
66

7-
DATABASE_URL="postgresql://postgres:postgres@localhost:5429/blog"
7+
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/blog"
88

99
SECRET='random-secret-string'
1010

0 commit comments

Comments
 (0)