diff --git a/services/invitations/README.md b/services/invitations/README.md index 6306ab2e6..f64fd8db4 100644 --- a/services/invitations/README.md +++ b/services/invitations/README.md @@ -19,7 +19,7 @@ The default and currently only available backend used to handle invitations is [ -See the [example configuration json file](https://github.com/owncloud/ocis/blob/master/services/invitations/md-sources/example-realm.md) of a Keycloak realm the backend will work with. This file includes the `invitations` client, which is relevant for this service. +See the [example configuration json file](https://github.com/owncloud/ocis/blob/master/services/invitations/md-sources/example-realm.json) of a Keycloak realm the backend will work with. This file includes the `invitations` client, which is relevant for this service. To use the example json, set the `INVITATIONS_KEYCLOAK_CLIENT_ID` setting to `invitations`, though any other client ID can be configured. diff --git a/services/invitations/md-sources/example-realm.md b/services/invitations/md-sources/example-realm.json similarity index 100% rename from services/invitations/md-sources/example-realm.md rename to services/invitations/md-sources/example-realm.json