2f24dd4ff8
Run Tests on Branches / Detect Changes (push) Successful in 11s
Run Tests on Branches / Backend Tests (push) Has been skipped
Run Tests on Branches / Frontend Tests (push) Has been skipped
Run Tests on Branches / Frontend Mobile Tests (push) Successful in 1m53s
Run Tests on Branches / Parapharmacy API Tests (push) Has been skipped
Run Tests on Branches / PIP Platform Tests (push) Has been skipped
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
|