chore: Update DATABASE_URL in .env for new SQL Server connection

This commit is contained in:
yoosangwook 2025-04-21 16:56:12 +09:00
parent 96cebc25a9
commit 0c185e0856

2
.env
View File

@ -4,7 +4,7 @@
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB. # 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 # 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="QWERASDFZXCV1234567890REWQFDSAVCXZ"
SESSION_PASSWORD="This application is for mobile field research" SESSION_PASSWORD="This application is for mobile field research"