Configurable REST for UI, minor improvements (#880)
parent
0bab60b7a0
commit
693e32e867
@ -1,9 +0,0 @@
|
|||||||
REACT_APP_VERSION=${npm_package_version}
|
|
||||||
|
|
||||||
REACT_APP_API_PROTOCOL=http
|
|
||||||
REACT_APP_API_HOST=localhost
|
|
||||||
REACT_APP_API_PORT=7000
|
|
||||||
REACT_APP_API_HOST_URL=${REACT_APP_API_PROTOCOL}://${REACT_APP_API_HOST}:${REACT_APP_API_PORT}
|
|
||||||
REACT_APP_API_FULL_URL=${REACT_APP_API_PROTOCOL}://${REACT_APP_API_HOST}:${REACT_APP_API_PORT}/api/v1
|
|
||||||
|
|
||||||
SKIP_PREFLIGHT_CHECK=true
|
|
||||||
@ -1,9 +0,0 @@
|
|||||||
REACT_APP_VERSION=${npm_package_version}
|
|
||||||
|
|
||||||
REACT_APP_API_PROTOCOL=http
|
|
||||||
REACT_APP_API_HOST=localhost
|
|
||||||
REACT_APP_API_PORT=8080
|
|
||||||
REACT_APP_API_HOST_URL=${REACT_APP_API_PROTOCOL}://${REACT_APP_API_HOST}:${REACT_APP_API_PORT}
|
|
||||||
REACT_APP_API_FULL_URL=${REACT_APP_API_PROTOCOL}://${REACT_APP_API_HOST}:${REACT_APP_API_PORT}/api/v1
|
|
||||||
|
|
||||||
SKIP_PREFLIGHT_CHECK=true
|
|
||||||
Loading…
Reference in New Issue