From f87b4dc346a145a5ec8075950547d1cc7ed9cc85 Mon Sep 17 00:00:00 2001 From: Daseul Kim Date: Fri, 27 Jun 2025 15:56:16 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20env=20=EC=A3=BC=EC=84=9D=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 5 ++--- .env.localhost | 1 + .env.production | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 7033ee9..054ba65 100644 --- a/.env.development +++ b/.env.development @@ -14,11 +14,9 @@ SESSION_PASSWORD="This application is for mobile field research" NEXT_PUBLIC_API_URL=https://dev.hanasysfield.jp #qsp 로그인 api -# NEXT_PUBLIC_QSP_API_URL=http://121.168.9.37:8080 +NEXT_PUBLIC_QSP_API_URL=http://121.168.9.37:8080 # NEXT_PUBLIC_QSP_API_URL=http://localhost:8110 # NEXT_PUBLIC_QSP_API_URL=http://dev.hanasysfield.jp -# 도메인 설정 전 테스트용 임시 변수 (qsp ip) -NEXT_PUBLIC_QSP_API_URL=http://121.168.9.37:8080 # NEXT_PUBLIC_QSP_API_URL=https://jp-dev.qsalesplatform.com #1:1문의 api @@ -34,6 +32,7 @@ DB_PASSWORD=aAjmFW12iHKW84l1 DB_DATABASE=qpartners DB_PORT=3306 +#qsp mail server SMTP_HOST=autodiscover.qcells.com SMTP_PORT=25 SMTP_SECURE=false diff --git a/.env.localhost b/.env.localhost index 1fda3d0..128d723 100644 --- a/.env.localhost +++ b/.env.localhost @@ -27,6 +27,7 @@ DB_PASSWORD=aAjmFW12iHKW84l1 DB_DATABASE=qpartners DB_PORT=3306 +#qsp mail server SMTP_HOST=autodiscover.qcells.com SMTP_PORT=25 SMTP_SECURE=false diff --git a/.env.production b/.env.production index 8e708ab..a3e97ad 100644 --- a/.env.production +++ b/.env.production @@ -25,6 +25,7 @@ DB_PASSWORD=aAjmFW12iHKW84l1 DB_DATABASE=qpartners DB_PORT=3306 +#qsp mail server SMTP_HOST=autodiscover.qcells.com SMTP_PORT=25 SMTP_SECURE=true