8 lines
385 B
Bash
8 lines
385 B
Bash
# REACT_APP_API_SERVER_ADDRESS = "https://auto.nswteam.net/api"
|
|
# REACT_APP_SOCKET_SERVER_ADDRESS = "https://auto.nswteam.net"
|
|
|
|
REACT_APP_API_SERVER_ADDRESS = "https://auto.danielvu.com/api"
|
|
REACT_APP_SOCKET_SERVER_ADDRESS = "https://auto.danielvu.com"
|
|
|
|
# REACT_APP_API_SERVER_ADDRESS = "http://localhost:8000/api"
|
|
# REACT_APP_SOCKET_SERVER_ADDRESS = "http://localhost:5000" |