This commit is contained in:
Pierre Rudloff 2020-05-15 21:18:01 +02:00
parent c30b0a4049
commit 689264cb35
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ class Config
}
/**
* Override options from environement variables.
* Override options from environment variables.
* Environment variables should use screaming snake case: CONVERT, PYTHON, AUDIO_BITRATE, etc.
* If the value is an array, you should use the YAML format: "CONVERT_ADVANCED_FORMATS='[foo, bar]'"
*