docs: add gitauth validate url var (#5927)

This commit is contained in:
Eric Paulsen 2023-01-30 20:35:22 -05:00 committed by GitHub
parent 9c1d67e192
commit 5290d5b14a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ used for self-managed Git provider deployments.
```console
CODER_GITAUTH_0_AUTH_URL="https://github.example.com/oauth/authorize"
CODER_GITAUTH_0_TOKEN_URL="https://github.example.com/oauth/token"
CODER_GITAUTH_0_VALIDATE_URL="https://your-domain.com/oauth/token/info"
```
### Custom scopes