docs: add mention of SITE_URL as being required

This commit is contained in:
Thalles Passos
2024-09-02 12:54:00 -03:00
committed by GitHub
parent a74c37c18b
commit 23c362f9cd

View File

@@ -84,6 +84,7 @@ Prerequisites:
- `CLIENT_ID_GITHUB`: The **Client ID** of your GitHub OAuth application.
- `CLIENT_SECRET_GITHUB`: The **Client Secret** of your GitHub OAuth application.
- `SITE_URL`: The **Site URL** is the same as your self-hosted domain `https://your-domain.com`
Once added, restart your Infisical instance and use the GitHub integration.
</Step>