Skip to content

Commit 1d75e09

Browse files
committed
Add run locally with SARA section in README
1 parent d77cc75 commit 1d75e09

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

backend/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,15 @@ To run the backend in docker, run the following command in the root folder of fl
7878
docker compose up --build backend
7979
```
8080

81+
### Run locally with SARA
82+
83+
To be able to run Flotilla and SARA locally to get analysis results into the Flotilla frontend the `.env` file needs to be populated with:
84+
85+
```
86+
SARA__BaseUrl=http://localhost:8100
87+
SARA__Scopes__0=...
88+
```
89+
8190
## Test
8291

8392
To unit test the backend, run the following command in the backend folder:

0 commit comments

Comments
 (0)