Skip to content

Commit

Permalink
docs: Minor clarity on scanner project
Browse files Browse the repository at this point in the history
  • Loading branch information
clburlison authored Nov 17, 2023
1 parent e3cd4a0 commit 69e3863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 69e3863

Please sign in to comment.