Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
immauss authored Feb 13, 2024
1 parent 8d10fa9 commit a6a7fbe
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,15 @@ you have been warned. :)
```
-e GVMD_ARGS="--max-ips-per-target=65534 --schedule-timeout=-1 --auth-timeout=1440"
```
-GSA_ARGS : Any addition argumetns you would like ot add to the gsad start command.
- GSA_ARGS : Any addition argumetns you would like ot add to the gsad start command.
```
-e GSA_ARGS="--ssl-private-key=<file location> --ssl-certificate=<file location> "
```
- REPORT_LINES : This sets the allowed number of lines for reports. The default is 1000.
```
-e REPORT_LINES=10000
```




0 comments on commit a6a7fbe

Please sign in to comment.