client/.env
author ymh <ymh.work@gmail.com>
Mon, 26 Jun 2017 16:05:47 +0200
changeset 88 2a861fed6bde
parent 87 dbcee57de2c6
child 97 69eaef18b01b
permissions -rw-r--r--
Deauthenticate user if refresh was not possible (session expired or total delta reached)
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 =
87
dbcee57de2c6 Add first implementation of network monitor
ymh <ymh.work@gmail.com>
parents: 54
diff changeset
     3
REACT_APP_NETWORK_STATUS_INTERVAL = 2000
dbcee57de2c6 Add first implementation of network monitor
ymh <ymh.work@gmail.com>
parents: 54
diff changeset
     4
REACT_APP_NETWORK_STATUS_TIMEOUT = 2000