Fix android backend url

This commit is contained in:
2026-03-30 00:03:27 -06:00
parent 2d4e1be832
commit 410b68520a
3 changed files with 48 additions and 10 deletions

View File

@@ -9,3 +9,10 @@
# Copy this file to local.properties and update the path below:
sdk.dir=/path/to/your/android/sdk
# Optional backend overrides for Android development:
# Emulator default should usually stay 10.0.2.2 for the local machine.
petstore.backend.emulatorUrl=http\://10.0.2.2\:8080/
# Physical device example. Replace with the machine IP running the backend.
petstore.backend.deviceUrl=http\://10.0.0.200\:8080/