From beb31c9429d23444ce6624d7db8f661577d705ed Mon Sep 17 00:00:00 2001 From: pavel Date: Thu, 30 Oct 2025 07:04:09 +0200 Subject: [PATCH] feat: startign with netbox 07:04 --- files/nats_registration_listener.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/nats_registration_listener.py b/files/nats_registration_listener.py index a145245..b0d5494 100644 --- a/files/nats_registration_listener.py +++ b/files/nats_registration_listener.py @@ -51,7 +51,7 @@ import nats # NetBox hardcoded config # ========================= NB_URL = "http://netbox.gt-tiso.ikeja.co.za" # Base URL -NB_TOKEN = "CHANGE_ME_NETBOX_TOKEN" # <-- paste the real token here +NB_TOKEN = "7648e4f5ee370cda7834682e61b47c2ee8e95623" # <-- paste the real token here NB_TIMEOUT = 3.0 # seconds per HTTP GET