sungjin

End release setting

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