Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel2
outlinefalse
stylenone
typelist
printabletrue

Overview

The configuration file is located in the home directory of the Breeze agent. This is a list of environment variables that will be inherited when the agent is started.

Linux/macOS

  • Filename: etc/env.sh

  • Format: POSIX-compatible shell (ENV=VALUE without quotes)

  • Example:

    Code Block
    BREEZE_HOME_DIR=/opt/cloudaware/breeze
    http_proxy=<http://user:password@proxy-host:3128>

Windows

  • Filename: etc\\env.cmd

  • Format: Command shell (set ENV=VALUE without quotes)

  • Example:

    Code Block
    set BREEZE_CLIENT_CERTIFICATE=etc\\certificate.crt
    set BREEZE_CLIENT_PRIVATE_KEY=etc\\private_key.key

Environment variables

BREEZE_CLIENT_CERTIFICATE

Description

Required, String. The path to the client certificate file.

...