126 has added support for reading .env files.
I would like Ahoy to support loading from multiple .env files:
ahoyapi: v2
env:
- .env
- .env.local
Similar approach exists in Docker Compose.
If a file does not exists - it should be skipped and no error would be triggered.
126 has added support for reading
.envfiles.I would like Ahoy to support loading from multiple
.envfiles:Similar approach exists in Docker Compose.
If a file does not exists - it should be skipped and no error would be triggered.