Small change in README

This commit is contained in:
Thomas Miceli 2023-04-17 22:17:08 +02:00
parent c7866e18e4
commit 7807110845
No known key found for this signature in database
GPG key ID: D86C6F6390AF050F

View file

@ -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: <key>
github.secret: <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: <key>
gitea.secret: <secret>