This PR is just me updating the .example.env file to include variables I had to add when deploying veda-backend from scratch. I left them empty as I assume they're required as it fell over without them. I removed 2 variables as they weren't used across the codebase too.
I also updated the README to include the ecr login step, I guess most have done this previously but on a fresh machine, it was a requirement!
What this PR is
This PR is just me updating the
.example.env
file to include variables I had to add when deployingveda-backend
from scratch. I left them empty as I assume they're required as it fell over without them. I removed 2 variables as they weren't used across the codebase too.I also updated the
README
to include theecr
login step, I guess most have done this previously but on a fresh machine, it was a requirement!