diff --git a/.env b/.env index 94bd022..1230ae2 100644 --- a/.env +++ b/.env @@ -3,7 +3,6 @@ REACT_APP_IDENTITY_AUTHENTICATION_URL=https://toodle.ddns.net/identity-server-api/identity/authenticate?UserName={username}&Password={password} REACT_APP_NETWORK_RESURRECTOR_API_URL=http://localhost:5064 #REACT_APP_NETWORK_RESURRECTOR_SERVER_URL=http://localhost:5062 - #REACT_APP_NETWORK_RESURRECTOR_SERVER_URL=https://toodle.ddns.net/network-resurrector-server-api #600000 milliseconds = 10 minutes diff --git a/.env.production b/.env.production index 5975b53..d5c093c 100644 --- a/.env.production +++ b/.env.production @@ -1,7 +1,6 @@ PUBLIC_URL=/network-resurrector/ 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