Closed TheoPouletSouchard closed 1 month ago
A customer was wondering how to declare a list of values in its environment variables (link to the discussion).
The answer is: by using a CSV like format: MY_VAR="value1;value2;value3" and parse it in the application code.
MY_VAR="value1;value2;value3"
It could be great to add this kind of behavior to the documentation.
A customer was wondering how to declare a list of values in its environment variables (link to the discussion).
The answer is: by using a CSV like format:
MY_VAR="value1;value2;value3"
and parse it in the application code.It could be great to add this kind of behavior to the documentation.