network-resurrector/.env.production

9 lines
400 B
Plaintext
Raw Normal View History

2020-12-26 02:27:53 +02:00
PUBLIC_URL=/network-resurrector/
2023-02-04 13:24:19 +02:00
REACT_APP_IDENTITY_AUTHENTICATION_URL=https://lab.code-rove.com/tuitio/identity/authenticate?UserName={username}&Password={password}
2022-12-29 22:47:15 +02:00
REACT_APP_NETWORK_RESURRECTOR_API_URL=https://lab.code-rove.com/network-resurrector-api
2021-04-24 22:44:28 +03:00
#900000 milliseconds = 15 minutes
REACT_APP_MACHINE_PING_INTERVAL=900000
#300000 milliseconds = 5 minutes
REACT_APP_MACHINE_STARTING_TIME=300000