rougail-user-data-yaml/README.md
2025-12-29 12:19:08 +01:00

2.8 KiB

Table of Contents

🇬🇧 (EN) - 🇫🇷 (FR)

Charge user data from YAML file

Note

Path: yaml
disabled
Disabled: if yaml is not set in "Select for user datas"

Variable Description Default value Type Validator
yaml.filename
Command line:
-yf, --yaml.filename
Environment variable: YAML.FILENAME
File or directory names where user data are stored.
If a directory is set, all files with "yml" ou "yaml" extension will be load with alphanum order.
UNIX filename multiple mandatory unique
• this filename could be a relative path
• this file must exist
• file type allowed: "directory" and "file".
yaml.file_with_secrets
Command line:
--yaml.file_with_secrets
Environment variable: YAML.FILE_WITH_SECRETS
File that may contain secrets.
By default, all files can contain secrets. It might be useful to define more precisely which files can contain these secrets.
all choice mandatory Choices:
• all
• first
• last
• none