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=`
Right now, environment variables are only interpreted as null when their values are "null" (as a string).
FOO_BAR=nullCan you consider using the empty string too ?
FOO_BAR=