From db5630b2dbbacaa23201ee243ffa5f1323815e2a Mon Sep 17 00:00:00 2001 From: U039b Date: Sun, 17 Dec 2023 16:22:02 +0100 Subject: [PATCH] Update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5bb9cbc..0a1c0e2 100644 --- a/README.md +++ b/README.md @@ -128,16 +128,16 @@ docker compose -f no-sso.yml run --rm threatr-front python manage.py insert_defa In the administration panel of Threatr, create a regular user via the *Users* menu. Then, via the *Auth Token* menu, create a new API key for the user you just created. Next, via the menu *Vendor credentials*, create a new entry for each 3rd-party API key you have for Virus Total and/or OTX Alien Vault. * for VirusTotal, use the vendor identified `vt` and for the credentials field, set - ```json + ``` {"api_key": "your VT API key"} ``` * for OTX Alien Vault, use the vendor identified `otx` and for the credentials field, set - ```json + ``` {"api_key": "your OTX API key"} ``` In the administration panel of Colander, via the menu *Backend credentials*, create a new entry with `threatr` as backend identifier and for the credentials field, set - ```json + ``` {"api_key": "your Threatr API key"} ```