From c704d1fe37b300578b242086fddc9c6f29da9e81 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sun, 18 Apr 2021 01:53:32 +0300 Subject: [PATCH] REACT_APP_MACHINE_PING_INTERVAL --- .env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.env b/.env index f54b1e9..8890868 100644 --- a/.env +++ b/.env @@ -4,4 +4,6 @@ REACT_APP_IDENTITY_AUTHENTICATION_URL=https://toodle.ddns.net/identity-server-ap 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-api \ No newline at end of file +REACT_APP_NETWORK_RESURRECTOR_SERVER_URL=https://toodle.ddns.net/network-resurrector-api + +REACT_APP_MACHINE_PING_INTERVAL=300000 \ No newline at end of file