From 4b268344250a719cad51878565760339c18936ad Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Mon, 9 May 2022 01:35:59 +0300 Subject: [PATCH] removed REACT_APP_NETWORK_RESURRECTOR_SERVER_URL from env prod --- .env | 1 - .env.production | 1 - 2 files changed, 2 deletions(-) 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