Scalingo / documentation

Scalingo Documentation Center
https://doc.scalingo.com
9 stars 73 forks source link

Environment variables - Handle list of values #2830

Closed TheoPouletSouchard closed 1 month ago

TheoPouletSouchard commented 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.

It could be great to add this kind of behavior to the documentation.