This message was deleted.
# general
s
This message was deleted.
l
Nope. That's one of the many advantages of using a general-purpose language 🙂
Though it's probably a good idea not to use those alternative sources in ComponentResources or similar. That becomes a "sneaky" dependency, making it harder to get the configuration just right when moving to other machines or getting other people to run deployments. Having all the variables in source control, right beside your code, is pretty handy.
But if you use them directly in your index.ts or similar, then it's pretty easy to ready the code and resolve those sorts of issues.
v
Ahh gotcha, that makes sense. Appreciate the answer 🙏 Despite best practices, team is small and tends to just zip up the
.env
files + share so they're usually in source with rest of code. For some things I think I need to keep it in the stack YAML though for sure