6 lines
187 B
Bash
6 lines
187 B
Bash
# use heroku api server
|
|
REACT_APP_PROXY_API_URL=https://batnoter-staging.herokuapp.com
|
|
|
|
# uncomment below line to use localhost api server
|
|
# REACT_APP_PROXY_API_URL=http://localhost:8080
|