Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rocheleau committed Sep 16, 2024
1 parent 5f7f511 commit 04a08f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ If all went well, the `old-bento.example.com` domain should be redirected to `be

## Discovery configuration

Bento can serve censored data publicly if configured to do so, this allows anonymous users to take a glimpse into the
Bento can serve censored data publicly if configured to do so. This allows anonymous users to take a glimpse into the
data hosted by a Bento node.

When deploying a Bento instance, make sure that the discovery settings are configured properly at the necessary levels.
Expand Down
4 changes: 2 additions & 2 deletions docs/public_discovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Bento v17 gives the ability to specify a scoped Discovery configuration at the f
- Optional at dataset creation
- For scoped queries on public endpoints targeting a project and dataset:
- Katsu will use the dataset's discovery configuration, if one exists.
- If no configuration is found, fallsback on the parent project's discovery
- If no configuration is found, falls back to the parent project's discovery.
- Project
- Optional at project creation
- For scoped queries on public endpoints targeting a project only:
- Katsu will use the project's discovery configuration, if one exists.
- If no configuration is found, fallsback on the node's config
- If no configuration is found, falls back to the node's config.
- Node
- Optional during Katsu deployment
- Uses the legacy `lib/katsu/config.json` file mount
Expand Down

0 comments on commit 04a08f7

Please sign in to comment.