mirror of
https://dev.azure.com/tstanciu94/NetworkResurrector/_git/NetworkResurrector
synced 2025-06-21 19:17:04 +03:00
- Update dependencies and refactor import for localStorage utility - Refactor component prop types from JSX.Element to React.ReactElement for consistency - refactor: migrate from Create React App to Vite
9 lines
245 B
Plaintext
9 lines
245 B
Plaintext
PUBLIC_URL=
|
|
VITE_APP_TUITIO_URL=https://#######
|
|
VITE_APP_NETWORK_RESURRECTOR_API_URL=https://#######
|
|
|
|
#900000 milliseconds = 15 minutes
|
|
VITE_APP_MACHINE_PING_INTERVAL=900000
|
|
|
|
#300000 milliseconds = 5 minutes
|
|
VITE_APP_MACHINE_STARTING_TIME=300000 |