diff options
author | louiz’ <louiz@louiz.org> | 2017-04-21 11:19:36 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-04-21 11:19:36 +0200 |
commit | eac144acdaca02f018bddde5f623fba3e8cd4ad9 (patch) | |
tree | 7a64b0a690e0a007115a0005eecbac0d00d1a13d /doc | |
parent | cf87cf089251eddf2c33322e07b0cde9f70ec24b (diff) | |
download | biboumi-eac144acdaca02f018bddde5f623fba3e8cd4ad9.tar.gz biboumi-eac144acdaca02f018bddde5f623fba3e8cd4ad9.tar.bz2 biboumi-eac144acdaca02f018bddde5f623fba3e8cd4ad9.tar.xz biboumi-eac144acdaca02f018bddde5f623fba3e8cd4ad9.zip |
Configuration options can be overridden by setting env values
Diffstat (limited to 'doc')
-rw-r--r-- | doc/biboumi.1.rst | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/biboumi.1.rst b/doc/biboumi.1.rst index 3eaf235..aeeefec 100644 --- a/doc/biboumi.1.rst +++ b/doc/biboumi.1.rst @@ -35,15 +35,19 @@ details on its content. Configuration ============= -The configuration file uses a simple format of the form -``option=value``. +The configuration file uses a simple format of the form ``option=value``. + +The values from the configuration file can be overridden by environment +variables, with the name all in upper case and prefixed with "BIBOUMI_". +For example, if the environment contains “BIBOUMI_PASSWORD=blah", this will +override the value of the “password” option in the configuration file. Sending SIGUSR1 or SIGUSR2 (see kill(1)) to the process will force it to re-read the configuration and make it close and re-open the log files. You can use this to change any configuration option at runtime, or do a log rotation. -Here is a description of each possible option: +Here is a description of every possible option: hostname -------- |