network-resurrector-frontend/.env.production

10 lines
505 B
Plaintext
Raw Normal View History

2020-12-26 02:27:53 +02:00
PUBLIC_URL=/network-resurrector/
2021-04-24 22:44:28 +03:00
REACT_APP_IDENTITY_AUTHENTICATION_URL=https://toodle.ddns.net/identity-server-api/identity/authenticate?UserName={username}&Password={password}
REACT_APP_NETWORK_RESURRECTOR_API_URL=https://toodle.ddns.net/network-resurrector-api
REACT_APP_NETWORK_RESURRECTOR_SERVER_URL=https://toodle.ddns.net/network-resurrector-server-api
#900000 milliseconds = 15 minutes
REACT_APP_MACHINE_PING_INTERVAL=900000
#300000 milliseconds = 5 minutes
REACT_APP_MACHINE_STARTING_TIME=300000