You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
368 B
Bash
11 lines
368 B
Bash
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
|
|
|
|
REACT_APP_LOGIN=admin
|
|
REACT_APP_PASSWORD=admin
|