fix wrong config key for discovery-url

هذا الالتزام موجود في:
Gustavo Maronato
2023-09-15 19:11:33 -03:00
الأصل 1dcb900cf3
التزام 4d0b75ed0e

عرض الملف

@@ -265,7 +265,7 @@ Opengist can be configured to use OAuth to authenticate users, with GitHub, Gite
oidc.client-key: <key>
oidc.secret: <secret>
# Discovery endpoint of the OpenID provider
oidc.url: http://auth.example.com/.well-known/openid-configuration
oidc.discovery-url: http://auth.example.com/.well-known/openid-configuration
```
</details>