6 lines
229 B
Plaintext
6 lines
229 B
Plaintext
# SecureCam backend base URL consumed by the mobile app.
|
|
# iOS simulator: http://localhost:3000
|
|
# Android emulator: http://10.0.2.2:3000
|
|
# Physical device: http://<your-lan-ip>:3000
|
|
EXPO_PUBLIC_API_BASE_URL=http://localhost:3000
|