Skip to content

Commit 249c998

Browse files
committed
Make it obvious that subdomain is a variable in Github enterprise cloud
1 parent 6bfb69a commit 249c998

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/build-your-software-catalog/sync-data-to-catalog/git/github-ocean/installation/_docker_parameters_table.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default function DockerParametersTable({ showingApp }) {
4141
</tr>
4242
<tr>
4343
<td><code>OCEAN__INTEGRATION__CONFIG__GITHUB_HOST</code></td>
44-
<td>The API endpoint for your GitHub instance. For GitHub Enterprise, this will be <code>https://&lt;org_name.ghe.com&gt;</code>. Defaults to <code>https://api.github.com</code> if not provided.</td>
44+
<td>The API endpoint for your GitHub instance. For GitHub Enterprise, this will be <code>https://api.&lt;SUBDOMAIN&gt;.ghe.com</code>. Defaults to <code>https://api.github.com</code> if not provided.</td>
4545
<td></td>
4646
</tr>
4747
<tr>

docs/build-your-software-catalog/sync-data-to-catalog/git/github-ocean/installation/_parameters_table.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default function ParametersTable({ showingApp }) {
4848
</tr>
4949
<tr>
5050
<td><code>integration.config.githubHost</code></td>
51-
<td>The API endpoint for your GitHub instance. For GitHub Enterprise Cloud, this will be <code>https://&lt;org_name.ghe.com&gt;</code>. Defaults to <code>https://api.github.com</code> if not provided.</td>
51+
<td>The API endpoint for your GitHub instance. For GitHub Enterprise Cloud, this will be <code>https://api.&lt;SUBDOMAIN&gt;.ghe.com</code>. Defaults to <code>https://api.github.com</code> if not provided.</td>
5252
<td></td>
5353
</tr>
5454
{!showingApp && <tr>

0 commit comments

Comments
 (0)