sungjin

End release setting

Showing 1 changed file with 1 additions and 1 deletions
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
4 # Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server and MongoDB (Preview). 4 # Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server and MongoDB (Preview).
5 # See the documentation for all the connection string options: https://pris.ly/d/connection-strings 5 # See the documentation for all the connection string options: https://pris.ly/d/connection-strings
6 6
7 -DATABASE_URL="postgresql://postgres:12345@localhost:5432/postgres"
...\ No newline at end of file ...\ No newline at end of file
7 +DATABASE_URL="YOUR_DATABASE_URL"
...\ No newline at end of file ...\ No newline at end of file
......