chore: Update DATABASE_URL in .env for new SQL Server connection
This commit is contained in:
parent
96cebc25a9
commit
0c185e0856
2
.env
2
.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"
|
||||
Loading…
x
Reference in New Issue
Block a user