From 8240b434fd6d8e3e79bb1117ffcb1f662919c131 Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Tue, 29 Apr 2025 10:52:59 +0900 Subject: [PATCH] chore: Update DATABASE_URL in .env to use the production server address --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 9b55454..be5a3cf 100644 --- a/.env +++ b/.env @@ -5,7 +5,7 @@ # See the documentation for all the connection string options: https://pris.ly/d/connection-strings # DATABASE_URL="sqlserver://3team.devgrr.kr:1433;database=onsitesurvey;user=sa;password=1q2w3e4r!;encrypt=true;trustServerCertificate=true;" -DATABASE_URL="sqlserver://172.30.1.35:1433;database=onsitesurvey;user=sa;password=1q2w3e4r!;encrypt=true;trustServerCertificate=true;" +DATABASE_URL="sqlserver://3team.devgrr.kr:1433;database=onsitesurvey;user=sa;password=1q2w3e4r!;encrypt=true;trustServerCertificate=true;" # SESSION_PASSWORD="QWERASDFZXCV1234567890REWQFDSAVCXZ" SESSION_PASSWORD="This application is for mobile field research" \ No newline at end of file