From 1ee556eb4e110398c8ecce89983ac3c6e24824d8 Mon Sep 17 00:00:00 2001 From: Jeff Leung Date: Tue, 13 Dec 2022 09:16:59 -0800 Subject: [PATCH] Add an option to configure the netbox host --- AS1024.CommunityDocumentationPage/appsettings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AS1024.CommunityDocumentationPage/appsettings.json b/AS1024.CommunityDocumentationPage/appsettings.json index 27b3d57..f51cb9c 100644 --- a/AS1024.CommunityDocumentationPage/appsettings.json +++ b/AS1024.CommunityDocumentationPage/appsettings.json @@ -8,5 +8,6 @@ "APIKey": "", "ASN": "", "NOCEmail": "", - "AllowedHosts": "*" + "AllowedHosts": "*", + "NetBoxHost" : "" }