A comma-separated list of output directories to allow when RestrictOutputDirs is set to True
.
This parameter is not included in the configuration file by default. However, if you specify output directory restrictions, the global directories (TempDir
, SpeakerIDDir
, LangIDDir
, and so on) are included automatically by default, except for LangPackDir
, whcih is read-only. You can then add your own directories.
You can include absolute or relative paths. If you specify a relative path, you must specify it relative to the server directory.
Spaces between entries are allowed.
Type: | String |
---|---|
Default: | This parameter is not included in the configuration file by default |
Required: | No |
Configuration Section: | Server |
Example: | AllowedOutputDirectoriesCSVs=./myOutput1, ./myOutput2
|
See also: | AllowedInputDirectoriesCSVs |
|