From d4994c8e15887f9ad7138b3bed45b8984613cbae Mon Sep 17 00:00:00 2001 From: Steffen Heger <71780550+steffenheger@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:28:15 +0100 Subject: [PATCH] Update test-setup.md --- driver-app/test-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driver-app/test-setup.md b/driver-app/test-setup.md index 8ecf433..45578ad 100644 --- a/driver-app/test-setup.md +++ b/driver-app/test-setup.md @@ -20,7 +20,7 @@ in order to allow the backend API to accept plaintext https requests Set env-variable ``` -ORIGIN=http://your-public-ip:7777 +ORIGIN=http://LAN-ip:7777 ``` ## 3 Build backend server and run the docker container @@ -37,7 +37,7 @@ docker compose up ``` buildTypes { debug { - buildConfigField("String", "BASE_URL", "\"http://your-public-ip:7777\"") + buildConfigField("String", "BASE_URL", "\"http://LAN-ip:7777\"") } ... }