13 lines
628 B
Bash
13 lines
628 B
Bash
#REACT_APP_IDENTITY_AUTHENTICATION_URL=http://localhost:5063/identity/authenticate?UserName={username}&Password={password}
|
|
|
|
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-api
|
|
|
|
#600000 milliseconds = 10 minutes
|
|
REACT_APP_MACHINE_PING_INTERVAL=600000
|
|
|
|
#300000 milliseconds = 5 minutes
|
|
REACT_APP_MACHINE_STARTING_TIME=300000 |