From 7a23bc9210c75a328877ec502c2c0f70816c9b6e Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 18 Feb 2024 19:22:43 -0500 Subject: Remove examples from environment variables table. Too ugly. --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2de1a24..369db2a 100644 --- a/README.md +++ b/README.md @@ -42,19 +42,19 @@ make install ## Environment variables -| Name | Purpose | Example | -|------------------------------|-------------------------------------------------------|-----------------------------------------------------------------------------| -| TMPDIR | Change default path to store temporary data | ```export TMPDIR=/new/tmp``` | -| OMC_SYSCONFDIR | Change default path to search for configuration files | ```export OMC_SYSCONFDIR=/my/shared/config/path``` | -| OMC_JF_ARTIFACTORY_URL | Artifactory service URL (ending in `/artifactory`) | ```export OMC_JF_ARTIFACTORY_URL=https://myserver.domain.tld/artifactory``` | -| OMC_JF_ACCESS_TOKEN | Artifactory Access Token | ```export OMC_JF_ACCESS_TOKEN=$(cat /token/file)``` | -| OMC_JF_USER | Artifactory username | ```export OMC_JF_USER=myusername``` | -| OMC_JF_PASSWORD | Artifactory password | ```export OMC_JF_PASSWORD=$(cat /my/password)``` | -| OMC_JF_SSH_KEY_PATH | Path to SSH public key file | ```export OMC_JF_SSH_KEY_PATH=~/.ssh/id_rsa_artifactory.pub``` | -| OMC_JF_SSH_PASSPHRASE | Password associated with SSH public key file | ```export OMC_JF_SSH_PASSPHRASE=$(cat /my/password)``` | -| OMC_JF_CLIENT_CERT_CERT_PATH | Path to OpenSSL cert files | ```export OMC_JF_CLIENT_CERT_PATH=/path/to/cert/dir``` | -| OMC_JF_CLIENT_CERT_KEY_PATH | OpenSSL key file (in cert path) | ```export OMC_JF_CLIENT_CERT_KEY_PATH=artifactory.pem``` | -| OMC_JF_REPO | Artifactory "generic" repository to write to | ```export OMC_JF_REPO=omc``` | +| Name | Purpose | +|------------------------------|-------------------------------------------------------| +| TMPDIR | Change default path to store temporary data | +| OMC_SYSCONFDIR | Change default path to search for configuration files | +| OMC_JF_ARTIFACTORY_URL | Artifactory service URL (ending in `/artifactory`) | +| OMC_JF_ACCESS_TOKEN | Artifactory Access Token | +| OMC_JF_USER | Artifactory username | +| OMC_JF_PASSWORD | Artifactory password | +| OMC_JF_SSH_KEY_PATH | Path to SSH public key file | +| OMC_JF_SSH_PASSPHRASE | Password associated with SSH public key file | +| OMC_JF_CLIENT_CERT_CERT_PATH | Path to OpenSSL cert files | +| OMC_JF_CLIENT_CERT_KEY_PATH | OpenSSL key file (in cert path) | +| OMC_JF_REPO | Artifactory "generic" repository to write to | # Variable expansion -- cgit