As a developer, it is easier to develop if we have a .env file where all the secrets are stored. - [x] During local development, the .env file is loaded into the Makefile and the envs are used in the commands. - [x] In CI/CD pipelines, the envs are directly added as secrets in the CI/CD tool used.