The Project should be easy to setup enywhere in different environments by changing only .env / IaC files.
Every environment should be able to run in single line command, optionally specifying .env file path.
local- local development environmenttest- environment for running testsdev- development environmentproduction- production environment
Use .env files in order:
- .env - global
- subproject/.env - subproject specific