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