network-resurrector/.env.production

9 lines
400 B
Plaintext

PUBLIC_URL=/network-resurrector/
REACT_APP_IDENTITY_AUTHENTICATION_URL=https://lab.code-rove.com/tuitio/identity/authenticate?UserName={username}&Password={password}
REACT_APP_NETWORK_RESURRECTOR_API_URL=https://lab.code-rove.com/network-resurrector-api
#900000 milliseconds = 15 minutes
REACT_APP_MACHINE_PING_INTERVAL=900000
#300000 milliseconds = 5 minutes
REACT_APP_MACHINE_STARTING_TIME=300000