From 02e418e5b63c71c8b05535c3f4e411dc2e6dcc48 Mon Sep 17 00:00:00 2001 From: Twan K Date: Fri, 1 Oct 2021 13:15:31 +0200 Subject: [PATCH] Update README.md Removed old netbox private key environment variable since the secrets functionality has been removed. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 68a4d05..041c60d 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,6 @@ A script to sync the Netbox device inventory to Zabbix. * NETBOX_HOST="https://netbox.local" * NETBOX_TOKEN="secrettoken" -Optional: -* NETBOX_KEY="Private user key" - #### Flags | Flag | Option | Description | | ------------ | ------------ | ------------ |