From dfde7c9dec284be9b99157f4b851b21ab32b44f1 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sat, 24 Apr 2021 22:44:28 +0300 Subject: [PATCH] env prod update --- .env.production | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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