forked from harmonydata/app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.development
16 lines (16 loc) · 879 Bytes
/
.env.development
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# REACT_APP_API_URL=https://harmonystagingtmp.azurewebsites.net/
# REACT_APP_API_EXAMPLES=$REACT_APP_API_URL/text/examples
# REACT_APP_API_PARSE=$REACT_APP_API_URL/text/parse
# REACT_APP_API_MATCH=$REACT_APP_API_URL/text/match
# REACT_APP_API_VERSION=$REACT_APP_API_URL/info/version
# REACT_APP_API_MODELS=$REACT_APP_API_URL/info/list-models
# REACT_APP_ABSOLUTE_URL_PREFIX=https://harmonydata.github.io
# REACT_APP_API_URL=https://api.harmonydata.ac.uk
REACT_APP_API_URL=http://localhost:8000
REACT_APP_API_EXAMPLES=$REACT_APP_API_URL/text/examples
REACT_APP_API_PARSE=$REACT_APP_API_URL/text/parse
REACT_APP_API_MATCH=$REACT_APP_API_URL/text/match
# REACT_APP_API_VERSION=$REACT_APP_API_URL/info/version
# REACT_APP_API_MODELS=$REACT_APP_API_URL/info/list-models
# REACT_APP_ABSOLUTE_URL_PREFIX=https://harmonydata.github.io
REACT_APP_ABSOLUTE_URL_PREFIX=http://localhost:8000