MoneyPrinter
MoneyPrinter copied to clipboard
Use the .env file that was created in the installation process for the docker compose
I think its the easiest way to have the secrets stored without having to worry about pushing them to git or putting them in the env before running
I think its also better to have only one source of truth when doing the setup for the application and when we have to add each env var in 2 places it makes things more difficult