Skip to content

Commit

Permalink
Fixed typo in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
morgenm committed Jun 19, 2023
1 parent 84094bc commit 4fdb217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The configuration for **_basicgopot_** is stored in `config/config.json`. An exa
"ServerPort" : 8080, // The port the server runs on
"UploadLimitMB" : 512, // Size limit in Megabytes for a single file upload to the server
"UseVirusTotal" : true, // Whether to use VirusTotal
"UploadVirusTotal" : true, // Whether to upload the sample to VirusTotal if its unique
"UploadVirusTotal" : true, // Whether to upload the sample to VirusTotal if it's unique
"VirusTotalApiKey" : "lol", // VirusTotal user API key (needed if UseVirusTotal is true)
"ScanOutputDir" : "scans/", // Directory to store downloaded VirusTotal scans in
"UploadsDir" : "uploads/", // Directory to store files uploaded to the server
Expand Down

0 comments on commit 4fdb217

Please sign in to comment.