From 0e7d8ceb9e03cf80166512ee06212cb0468e0da3 Mon Sep 17 00:00:00 2001 From: KangYeonbae Date: Wed, 27 Nov 2024 22:02:30 +0900 Subject: [PATCH 1/2] =?UTF-8?q?env=ED=8C=8C=EC=9D=BC=20=EC=9E=AC=EC=97=85?= =?UTF-8?q?=EB=A1=9C=EB=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 ++- .env.production | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 3bd8019..4fb377f 100644 --- a/.env.development +++ b/.env.development @@ -1 +1,2 @@ -REACT_APP_SPACE_API=http://localhost:60000/api/v1 \ No newline at end of file +REACT_APP_MEMBER_API=http://43.200.182.185:8000/api/v1 +REACT_APP_SPACE_API=http://localhost:60001/api/v1 \ No newline at end of file diff --git a/.env.production b/.env.production index 96589b4..629cd3a 100644 --- a/.env.production +++ b/.env.production @@ -1 +1 @@ -REACT_APP_API="https://api." \ No newline at end of file +REACT_APP_MEMBER_API="https://api.speaceplace.store/" \ No newline at end of file From d2d12a180c0a77f36439e66dac0a66d38d0830b3 Mon Sep 17 00:00:00 2001 From: KangYeonbae Date: Wed, 27 Nov 2024 22:08:01 +0900 Subject: [PATCH 2/2] =?UTF-8?q?production=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 629cd3a..3cf37ee 100644 --- a/.env.production +++ b/.env.production @@ -1 +1 @@ -REACT_APP_MEMBER_API="https://api.speaceplace.store/" \ No newline at end of file +REACT_APP_MEMBER_API="https://api.spaceplace.store/api/vi" \ No newline at end of file