9 lines
248 B
Bash
9 lines
248 B
Bash
# FarmaFinder Mobile - Environment Variables
|
|
|
|
# API Configuration
|
|
# Change this to your production API URL
|
|
EXPO_PUBLIC_API_URL=http://localhost:3001/api
|
|
|
|
# For production builds, update this to:
|
|
# EXPO_PUBLIC_API_URL=https://api.yourdomain.com/api
|