22 lines
949 B
Plaintext
22 lines
949 B
Plaintext
## This file must be *NOT* checked into Version Control Systems,
|
|
# as it contains information specific to your local configuration.
|
|
#
|
|
# Location of the Android SDK. This is typically:
|
|
# - Windows: C:\Users\YourUsername\AppData\Local\Android\Sdk
|
|
# - Mac: /Users/YourUsername/Library/Android/sdk
|
|
# - Linux: /home/YourUsername/Android/Sdk
|
|
#
|
|
# Copy this file to local.properties and update the path below:
|
|
|
|
sdk.dir=/path/to/your/android/sdk
|
|
|
|
# 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.
|
|
|
|
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/
|