From 0c185e085679387e665aa82414548d6a1d595626 Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Mon, 21 Apr 2025 16:56:12 +0900 Subject: [PATCH] chore: Update DATABASE_URL in .env for new SQL Server connection --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 88a0284..b12ea6d 100644 --- a/.env +++ b/.env @@ -4,7 +4,7 @@ # Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB. # See the documentation for all the connection string options: https://pris.ly/d/connection-strings -DATABASE_URL="sqlserver://172.30.1.66:1433;database=onsitesurvey;user=sa;password=Qwertqaz12345;encrypt=true;trustServerCertificate=true;" +DATABASE_URL="sqlserver://172.30.1.97:1433;database=onsitesurvey;user=sa;password=Qwertqaz12345;encrypt=true;trustServerCertificate=true;" # SESSION_PASSWORD="QWERASDFZXCV1234567890REWQFDSAVCXZ" SESSION_PASSWORD="This application is for mobile field research" \ No newline at end of file