From 413a453a53e78584d74fb3000cc25b35355d187c Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Tue, 18 Apr 2023 17:18:56 +0000 Subject: [PATCH] GITBOOK-289: change request with no subject merged in GitBook --- how-to/on-premise-agent/configure-an-agent-with-gitlab.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/how-to/on-premise-agent/configure-an-agent-with-gitlab.md b/how-to/on-premise-agent/configure-an-agent-with-gitlab.md index 9a414f34..c31a1cbe 100644 --- a/how-to/on-premise-agent/configure-an-agent-with-gitlab.md +++ b/how-to/on-premise-agent/configure-an-agent-with-gitlab.md @@ -43,8 +43,8 @@ You can configure multiple GitLab OAuth apps by including multiple entries, each **Variables:** * `MODERNE_AGENT_GITLAB_{index}_OAUTH_CLIENTID` – _The application id configured in GitLab._ -* `MODERNE_AGENT_GITLAB_{index}_OAUTH_CLIENTSECRET` – _The secret configured in GitLab.\`_ -* `MODERNE_AGENT_GITLAB_{index}_URL` – _The fully-qualified hostname of your GitLab instance.\`_ +* `MODERNE_AGENT_GITLAB_{index}_OAUTH_CLIENTSECRET` – _The secret configured in GitLab._ +* `MODERNE_AGENT_GITLAB_{index}_URL` – _The fully-qualified hostname of your GitLab instance._ * `MODERNE_AGENT_BITBUCKET_{index}_SKIPSSL` – _(Optional) Specifies whether or not to skip SSL validation for HTTP connections to this GitLab instance. This must be set to true if you use a self-signed SSL/TLS certificate. Defaults to `false`._ **Example:** @@ -63,8 +63,8 @@ docker run \ **Arguments:** * `--moderne.agent.gitlab[{index}].oauth.clientId` – _The application id configured in GitLab._ -* `--moderne.agent.gitlab[{index}].oauth.clientSecret` – _The secret configured in GitLab.\`_ -* `--moderne.agent.gitlab[{index}].url` – _The fully-qualified hostname of your GitLab instance.\`_ +* `--moderne.agent.gitlab[{index}].oauth.clientSecret` – _The secret configured in GitLab._ +* `--moderne.agent.gitlab[{index}].url` – _The fully-qualified hostname of your GitLab instance._ * `--moderne.agent.gitlab[{index}].skipSsl` – _(Optional) Specifies whether or not to skip SSL validation for HTTP connections to this GitLab instance. This must be set to true if you use a self-signed SSL/TLS certificate. Defaults to `false`._ **Example:**