From 7807110845b77c91f51227c6345ea90660d11ba1 Mon Sep 17 00:00:00 2001 From: Thomas Miceli Date: Mon, 17 Apr 2023 22:17:08 +0200 Subject: [PATCH] Small change in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42fc3e1..e529548 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ Opengist can be configured to use OAuth to authenticate users, with GitHub or Gi * Add a new OAuth app in your [Github account settings](https://github.com/settings/applications/new) * Set 'Authorization callback URL' to `http://opengist.domain/oauth/github/callback` -* Copy the 'Client ID' and 'Client Secret' and add them to the `config.yml` file : +* Copy the 'Client ID' and 'Client Secret' and add them to the configuration : ```yaml github.client-key: github.secret: @@ -193,7 +193,7 @@ Opengist can be configured to use OAuth to authenticate users, with GitHub or Gi * Add a new OAuth app in Application settings from the [Gitea instance](https://gitea.com/user/settings/applications) * Set 'Redirect URI' to `http://opengist.domain/oauth/gitea/callback` -* Copy the 'Client ID' and 'Client Secret' and add them to the `config.yml` file : +* Copy the 'Client ID' and 'Client Secret' and add them to the configuration : ```yaml gitea.client-key: gitea.secret: