| author | Alexandre Segura <mex.zktk@gmail.com> |
| Wed, 28 Jun 2017 14:43:35 +0200 | |
| changeset 103 | dc906a578616 |
| parent 97 | 69eaef18b01b |
| child 118 | 2cb8d11aa9ca |
| permissions | -rw-r--r-- |
| 54 | 1 |
REACT_APP_API_ROOT_URL = http://localhost:8000 |
2 |
REACT_APP_BASENAME = |
|
|
97
69eaef18b01b
Improve the network saga. Try to avoid unnecessary token refresh
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
3 |
REACT_APP_NETWORK_STATUS_INTERVAL = 20000 |
|
87
dbcee57de2c6
Add first implementation of network monitor
ymh <ymh.work@gmail.com>
parents:
54
diff
changeset
|
4 |
REACT_APP_NETWORK_STATUS_TIMEOUT = 2000 |