Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: README.md ocmproviders.json example #8931

Merged
merged 1 commit into from Apr 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions services/ocm/README.md
Expand Up @@ -19,7 +19,7 @@ The `ocm` services implements an invitation workflow which needs to be followed

The list of trusted instances is managed by the `ocmproviderauthorizer` service. The only supported backend currently is `json` which stores the list in a json file on disk.

Example `providers.json` file:
Example `ocmproviders.json` file:
```
[
{
Expand All @@ -43,7 +43,7 @@ Example `providers.json` file:
"host": "example.com"
}
]
},
}
]
```

Expand Down