Skip to content

Commit

Permalink
Merge pull request #6 from bluestoneag/fix_readme
Browse files Browse the repository at this point in the history
fix env part
  • Loading branch information
janlauber authored Dec 17, 2021
2 parents 4976376 + 8ae5c7b commit 2d393ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ For the scanning process and data collection, the following tool can be used:

## Env Variables

- `API_URL` - The IP address of the backend [log4j-collector](https://github.com/bluestoneag/log4j-collector) API. Can be used like `API_URL=http://192.168.1.10/api/v1/reports` or with a custom port like `API_URL=http://192.168.1.10:8080/api/v1/reports`
- `API_URL` - The IP address of the backend [log4j-collector](https://github.com/bluestoneag/log4j-collector) API.

Can be used like `API_URL=http://192.168.1.10/api/v1/reports` or with a custom port like `API_URL=http://192.168.1.10:8080/api/v1/reports`

## Docker

Expand Down

0 comments on commit 2d393ed

Please sign in to comment.