picosam
03/21/2018, 10:36 AMNote that the CLI will load environment variables from 3 different locations and in the following order:
- The local environment
- A file specified with theparameter--dotenv
- if theMy question is, doeswas omitted, a file called--dotenvargument
in the same directory.env
dotenv
take care of this entirely or is there code that makes this happen as indicated above?
UPDATE: I just did a few tests and it seems that dotenv
takes care of that order indeed.