ParameterHandler icon indicating copy to clipboard operation
ParameterHandler copied to clipboard

Null values from environment variables

Open nervo opened this issue 9 years ago • 0 comments

Right now, environment variables are only interpreted as null when their values are "null" (as a string).

FOO_BAR=null

Can you consider using the empty string too ?

FOO_BAR=

nervo avatar Mar 08 '16 14:03 nervo