From 7beed0ed0c3e57996e7a2a52bcad70727b3c85ef Mon Sep 17 00:00:00 2001 From: Ruben Talstra Date: Mon, 3 Feb 2025 17:07:11 +0100 Subject: [PATCH] dotenv.mdx --- pages/docs/configuration/dotenv.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/docs/configuration/dotenv.mdx b/pages/docs/configuration/dotenv.mdx index 6a6e5e71..c07f5d39 100644 --- a/pages/docs/configuration/dotenv.mdx +++ b/pages/docs/configuration/dotenv.mdx @@ -793,6 +793,8 @@ For more information: **[GitHub Authentication](/docs/configuration/authenticati ['GITHUB_CLIENT_ID', 'string', 'Your GitHub client ID.','GITHUB_CLIENT_ID='], ['GITHUB_CLIENT_SECRET', 'string', 'Your GitHub client secret.','GITHUB_CLIENT_SECRET='], ['GITHUB_CALLBACK_URL', 'string', 'The callback URL for GitHub authentication.','GITHUB_CALLBACK_URL=/oauth/github/callback'], + ['GITHUB_ENTERPRISE_BASE_URL', 'string', 'Optional: The base URL for your GitHub Enterprise instance.', 'GITHUB_ENTERPRISE_BASE_URL='], + ['GITHUB_ENTERPRISE_USER_AGENT', 'string', 'Optional: The user agent for GitHub Enterprise requests.', 'GITHUB_ENTERPRISE_USER_AGENT='], ]} />