We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf0959 commit 99e5314Copy full SHA for 99e5314
.env.development
@@ -1,10 +1,7 @@
1
PUBLIC_URL=/
2
3
REACT_APP_CLIENT_V3_HOST=http://localhost:3001
4
-
5
REACT_APP_API_HOST=http://localhost:5002/
6
7
-REACT_APP_CLIENT_V3_HOST=http://localhost:3001/
8
9
REACT_APP_GRAPHQL_HOST=http://localhost:5002/
10
REACT_APP_GRAPHQL_HOST_NOCDN=https://v2.velog.io/
.env.production
@@ -1,8 +1,7 @@
+REACT_APP_CLIENT_V3_HOST=http://localhost:3001
REACT_APP_GRAPHQL_HOST=https://v2.velog.io/
0 commit comments