Archived
11 lines
524 B
Bash
11 lines
524 B
Bash
# Mobile (Expo) environment (example – never commit real secrets)
|
||
# Base URL of the Django backend. Must be reachable from the device/emulator.
|
||
# - Android emulator: http://10.0.2.2:8000
|
||
# - iOS simulator: http://localhost:8000
|
||
# - Physical device: http://<your-lan-ip>:8000
|
||
EXPO_PUBLIC_API_URL=http://10.0.2.2:8000
|
||
|
||
# EAS Build: set per profile in mobile/eas.json or via:
|
||
# eas secret:create --name EXPO_PUBLIC_API_URL --value https://your-api.example.com
|
||
# Run all eas commands from mobile/ (not repo root).
|