diff --git a/.env.production b/.env.production index d29e364..c1d4822 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,10 @@ PUBLIC_URL=/network-resurrector/ -REACT_APP_IDENTITY_AUTHENTICATION_URL=https://toodle.ddns.net/identity-server-api/identity/authenticate?UserName={username}&Password={password} \ No newline at end of file +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 \ No newline at end of file