That way this will work: ``` file('env://MY_INPUT_FILE') ``` and will load whatever the value of `MY_INPUT_FILE` is set to in the environment.
That way this will work:
and will load whatever the value of
MY_INPUT_FILEis set to in the environment.