network-resurrector/.env

7 lines
481 B
Bash
Raw Normal View History

#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}
2021-04-17 03:21:43 +03:00
REACT_APP_NETWORK_RESURRECTOR_API_URL=http://localhost:5064
2021-04-17 14:07:53 +03:00
#REACT_APP_NETWORK_RESURRECTOR_SERVER_URL=http://localhost:5062
REACT_APP_NETWORK_RESURRECTOR_SERVER_URL=https://toodle.ddns.net/network-resurrector-api