fill gaps in env templates
This commit is contained in:
@@ -10,9 +10,12 @@
|
||||
|
||||
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/
|
||||
# Backend URLs — swap comments to switch between local and remote.
|
||||
# Emulator default is 10.0.2.2 (maps to the host machine's localhost).
|
||||
# For a physical device, use the host machine's LAN IP.
|
||||
|
||||
# Physical device example. Replace with the machine IP running the backend.
|
||||
petstore.backend.deviceUrl=http\://10.0.0.200\:8080/
|
||||
petstore.backend.emulatorUrl=http\://10.0.2.2\:8080/
|
||||
#petstore.backend.emulatorUrl=https\://petshop-backend.nicepond-c7280126.westus2.azurecontainerapps.io/
|
||||
|
||||
petstore.backend.deviceUrl=http\://192.168.x.x\:8080/
|
||||
#petstore.backend.deviceUrl=https\://petshop-backend.nicepond-c7280126.westus2.azurecontainerapps.io/
|
||||
|
||||
Reference in New Issue
Block a user