Skip to content

Commit 99e5314

Browse files
committed
chore: clean up env
1 parent 7bf0959 commit 99e5314

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.env.development

-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
PUBLIC_URL=/
22

33
REACT_APP_CLIENT_V3_HOST=http://localhost:3001
4-
54
REACT_APP_API_HOST=http://localhost:5002/
65

7-
REACT_APP_CLIENT_V3_HOST=http://localhost:3001/
8-
96
REACT_APP_GRAPHQL_HOST=http://localhost:5002/
107
REACT_APP_GRAPHQL_HOST_NOCDN=https://v2.velog.io/

.env.production

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
PUBLIC_URL=/
22

3+
REACT_APP_CLIENT_V3_HOST=http://localhost:3001
34
REACT_APP_API_HOST=http://localhost:5002/
45

5-
REACT_APP_CLIENT_V3_HOST=http://localhost:3001/
6-
76
REACT_APP_GRAPHQL_HOST=https://v2.velog.io/
87
REACT_APP_GRAPHQL_HOST_NOCDN=https://v2.velog.io/

0 commit comments

Comments
 (0)