client/.env
author ymh <ymh.work@gmail.com>
Tue, 18 Jul 2017 17:08:27 +0200
changeset 117 9864fe2067cd
parent 97 69eaef18b01b
child 118 2cb8d11aa9ca
permissions -rw-r--r--
Add api endpoints for group management
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
54
fad489be9c77 add some config values
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
REACT_APP_API_ROOT_URL = http://localhost:8000
fad489be9c77 add some config values
ymh <ymh.work@gmail.com>
parents:
diff changeset
     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