# Copy this file to local.properties (gitignored) and fill in real values. sdk.dir=/path/to/your/Android/Sdk # Base URL of the guideCity backend API. Options, in order of preference: # 1. Nginx-fronted HTTPS domain (works from anywhere, not just the LAN): API_BASE_URL=https://guidetest.vrubel.xyz/ # 2. Emulator -> host loopback: http://10.0.2.2:8000/ # 3. Physical device on the same Wi-Fi/LAN -> your machine's LAN IP, e.g. http://192.168.1.50:8000/ # (backend already binds 0.0.0.0:8000 via docker-compose, so it's reachable on the LAN IP with # no extra config; cleartext HTTP is allowed in debug builds only, see app/src/debug/AndroidManifest.xml)