5 lines
173 B
Plaintext
5 lines
173 B
Plaintext
# When accessing the frontend from another device, the browser will call this URL.
|
|
# Use your machine IP (not 127.0.0.1).
|
|
|
|
NEXT_PUBLIC_API_URL=http://<YOUR_MACHINE_IP>:8000
|