client/.env
author salimr <riwad.salim@yahoo.fr>
Tue, 14 Aug 2018 20:34:50 +0200
changeset 143 cfcbf4bc66f1
parent 130 78246db1cbac
permissions -rw-r--r--
Remove react-bootstrap from components except Modal, Collapse and Dropdown
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 =
118
2cb8d11aa9ca make description field optional for group
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
     3
REACT_APP_NETWORK_STATUS_INTERVAL = 2000
87
dbcee57de2c6 Add first implementation of network monitor
ymh <ymh.work@gmail.com>
parents: 54
diff changeset
     4
REACT_APP_NETWORK_STATUS_TIMEOUT = 2000
130
78246db1cbac make synchronization recurent, improve synchronization status display
ymh <ymh.work@gmail.com>
parents: 118
diff changeset
     5
REACT_APP_SYNC_INTERVAL = 20000