From b4e009cb8e89ae8ae00029608dfc0a8ff72ab697 Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Mon, 12 May 2025 18:24:11 +0900 Subject: [PATCH] chore: add inquiry API URL to development and production environment files --- .env.development | 5 ++++- .env.production | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index c8a3ab5..9d7881a 100644 --- a/.env.development +++ b/.env.development @@ -4,4 +4,7 @@ NEXT_PUBLIC_API_URL=http://localhost:3000 #qsp 로그인 api -NEXT_PUBLIC_QSP_API_URL=http://1.248.227.176:8120 \ No newline at end of file +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 \ No newline at end of file diff --git a/.env.production b/.env.production index 1d169db..3d04f51 100644 --- a/.env.production +++ b/.env.production @@ -2,4 +2,7 @@ NEXT_PUBLIC_API_URL=http://172.30.1.35:3000 #qsp 로그인 api -NEXT_PUBLIC_QSP_API_URL=http://1.248.227.176:8120 \ No newline at end of file +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 \ No newline at end of file