chore: update production database URL in .env.production

- Changed DATABASE_URL to point to the new SQL Server instance for production environment.
- Maintained existing connection settings for consistency across environments.
This commit is contained in:
yoosangwook 2025-06-12 15:06:34 +09:00
parent 74865df3ba
commit 38ff8ce65f

View File

@ -1,6 +1,6 @@
NEXT_PUBLIC_RUN_MODE=production NEXT_PUBLIC_RUN_MODE=production
DATABASE_URL="sqlserver://172.16.56.60:14331;database=hanwha_qcells_jp;user=qcells_jp;password=zbtpf2022!;encrypt=true;trustServerCertificate=true;applicationName=OnSiteSurvey" DATABASE_URL="sqlserver://172.16.56.57:14331;database=hanwha_qcells_jp;user=qcells_jp;password=zbtpf2022!;encrypt=true;trustServerCertificate=true;applicationName=OnSiteSurvey"
DATABASE_CONNECTION_LIMIT=10 DATABASE_CONNECTION_LIMIT=10
DATABASE_POOL_MIN=2 DATABASE_POOL_MIN=2
DATABASE_POOL_MAX=10 DATABASE_POOL_MAX=10