From 69e3863fbb139dfb77776cf2789e1dfbe5a07208 Mon Sep 17 00:00:00 2001 From: Clayton Burlison Date: Fri, 17 Nov 2023 07:28:59 -0600 Subject: [PATCH] docs: Minor clarity on scanner project --- docs/pages/integrations.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/integrations.mdx b/docs/pages/integrations.mdx index 9a7459b6..45c5c40b 100644 --- a/docs/pages/integrations.mdx +++ b/docs/pages/integrations.mdx @@ -100,7 +100,7 @@ API Key: X-Poracle-Secret:{config.server.apiSecret} ### Project Setup -Use these values if Koji and Dragonite are on the **same** network. +Use these values for your "scanner project" if Koji and Dragonite are on the **same** network. ```yml API endpoint: http://{drago_host_ip}:{drago_port}/reload @@ -125,7 +125,7 @@ API key: Leave empty. Dragonite currently does not support authentication ### Project Setup -Use these values if Koji and Dragonite are on **different** networks. This will proxy the request through Dragonite Admin to Dragonite utilizing the api_secret value. +Use these values for your "scanner project" if Koji and Dragonite are on **different** networks. This will proxy the request through Dragonite Admin to Dragonite utilizing the api_secret value. ```yml API endpoint: http://{drago_admin_host_ip}:{drago_admin_port}/api/reload