You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
389 B
7 lines
389 B
# API base URL (no trailing slash). Backend must be running (e.g. node server in omotomo_site).
|
|
# - Android emulator: use http://10.0.2.2:3001 (emulator's alias for host)
|
|
# - iOS simulator: use http://localhost:3001
|
|
# - Physical device: use your computer's IP, e.g. http://192.168.1.5:3001 (find IP in system settings)
|
|
#API_BASE_URL=http://localhost:3001
|
|
API_BASE_URL=http://10.0.2.2:3001
|