12 lines
442 B
Text
12 lines
442 B
Text
|
|
# Copy this file to local.properties (gitignored) and fill in real values.
|
||
|
|
|
||
|
|
sdk.dir=/path/to/your/Android/Sdk
|
||
|
|
|
||
|
|
# Test key provided for development; do not ship this as-is in a public repo.
|
||
|
|
DGIS_API_KEY=b4df01a8-61db-4cb9-8286-7e069495987d
|
||
|
|
|
||
|
|
# Base URL of the guideCity backend API.
|
||
|
|
# Emulator -> host loopback: http://10.0.2.2:8000/
|
||
|
|
# Physical device -> your machine's LAN IP, e.g. http://192.168.1.50:8000/
|
||
|
|
API_BASE_URL=http://10.0.2.2:8000/
|