network-resurrector/.env

11 lines
394 B
Bash
Raw Normal View History

2023-03-20 18:49:35 +02:00
#REACT_APP_TUITIO_URL=http://localhost:5063
2023-02-14 01:36:06 +02:00
REACT_APP_TUITIO_URL=https://lab.code-rove.com/tuitio
2023-03-20 18:49:35 +02:00
2023-02-14 01:36:06 +02:00
#REACT_APP_NETWORK_RESURRECTOR_API_URL=http://localhost:5064
REACT_APP_NETWORK_RESURRECTOR_API_URL=https://lab.code-rove.com/network-resurrector-api
2021-04-18 01:53:32 +03:00
#600000 milliseconds = 10 minutes
REACT_APP_MACHINE_PING_INTERVAL=600000
#300000 milliseconds = 5 minutes
REACT_APP_MACHINE_STARTING_TIME=300000