msgid "Variable values can be defined directly from an environment variable."
msgstr ""
#: src/rougail/user_data_environment/config.py:38
msgid "Environnement variable names begin with a prefix (by default ROUGAIL_) followed by the variable path in uppercase, for example: ROUGAIL_MY_VARIABLE. If you are using namespaces, the prefix is the name of the namespace in uppercase."
msgstr ""
#: src/rougail/user_data_environment/config.py:40
msgid "Note that variable paths can contain (\".\"), which are not permitted everywhere. To avoid any issues, use the `env` command, for example: `env ROUGAIL_MY_FAMILY.MY_VARIABLE=1 rougail`"
msgid "For values, there is no difference between a number and a letter (they can be enclosed in quotes or not). However, booleans are True or False. The separator for multiple variables is a comma."
msgstr ""
#: src/rougail/user_data_environment/config.py:47
msgid "if environment is not set in \"step.user_data\""