Skip to content

Commit

Permalink
Merge pull request #8931 from owncloud/jnweiger-ocmproviders-json-syntax
Browse files Browse the repository at this point in the history
Fix: README.md ocmproviders.json example
  • Loading branch information
micbar committed Apr 29, 2024
2 parents 32e44a9 + e8455af commit 079ad3e
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 079ad3e

Please sign in to comment.