We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d985101 commit 2354d75Copy full SHA for 2354d75
README.md
@@ -9,7 +9,7 @@ The scripts in this directory perform HTTP requests to CodeBGP Authentication se
9
because they identify the client account and are pre-configured on the Authentication service. They can be defined as
10
environment variables:
11
```
12
-declare -x CODEBGP_AUTH_CLIENT_ID=auth-client-id \
+declare -x CODEBGP_AUTH_CLIENT_ID='<auth-client-id>' \
13
CODEBGP_AUTH_DOMAIN=login.codebgp.com
14
15
0 commit comments