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..3cf37ee 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.spaceplace.store/api/vi" \ No newline at end of file