From 69b1dd6955381bd17f7f2d610f4ed95601ed9053 Mon Sep 17 00:00:00 2001 From: keyy1315 Date: Tue, 27 May 2025 10:32:40 +0900 Subject: [PATCH] chore: set inquiry api url --- .env.development | 2 +- .env.localhost | 2 +- .env.production | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index f9cbda5..8e6fead 100644 --- a/.env.development +++ b/.env.development @@ -8,7 +8,7 @@ NEXT_PUBLIC_API_URL=http://172.30.1.65:3000 NEXT_PUBLIC_QSP_API_URL=http://1.248.227.176:8120 #1:1문의 api -NEXT_PUBLIC_INQUIRY_API_URL=http://1.248.227.176:38080 +NEXT_PUBLIC_INQUIRY_API_URL=http://172.23.4.129:8110 #QPARTNER 로그인 api DB_HOST=202.218.61.226 diff --git a/.env.localhost b/.env.localhost index 944ee6f..29cb5c2 100644 --- a/.env.localhost +++ b/.env.localhost @@ -8,7 +8,7 @@ NEXT_PUBLIC_API_URL=http://172.30.1.65:3000 NEXT_PUBLIC_QSP_API_URL=http://1.248.227.176:8120 #1:1문의 api -NEXT_PUBLIC_INQUIRY_API_URL=http://1.248.227.176:38080 +NEXT_PUBLIC_INQUIRY_API_URL=http://172.23.4.129:8110 #QPARTNER 로그인 api DB_HOST=202.218.61.226 diff --git a/.env.production b/.env.production index ce56225..ce308e8 100644 --- a/.env.production +++ b/.env.production @@ -6,7 +6,7 @@ NEXT_PUBLIC_API_URL=http://1.248.227.176:3000 NEXT_PUBLIC_QSP_API_URL=http://1.248.227.176:8120 #1:1문의 api -NEXT_PUBLIC_INQUIRY_API_URL=http://1.248.227.176:38080 +NEXT_PUBLIC_INQUIRY_API_URL=http://172.23.4.129:8110 #QPARTNER 로그인 api DB_HOST=202.218.61.226