From b52a2bf8a9b973e76f28f4f943fbc776e4c409d8 Mon Sep 17 00:00:00 2001 From: mmattel Date: Wed, 29 Mar 2023 14:19:32 +0200 Subject: [PATCH] [docs-only] Just a small README.md fix for invitations --- services/invitations/README.md | 2 +- .../md-sources/{example-realm.md => example-realm.json} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename services/invitations/md-sources/{example-realm.md => example-realm.json} (100%) 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