Skip to content

Commit

Permalink
Update test-setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenheger authored Nov 6, 2024
1 parent c360a40 commit d4994c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions driver-app/test-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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\"")
}
...
}
Expand Down

0 comments on commit d4994c8

Please sign in to comment.