Hi! I have an astro app (using some react for the ui) and self built api. I already have my docker files configured for a production build, but right now, on the web app side, My api urls are hardcoded to my production api url...
Is there a way that I can be able to change these urls dynamically based on whether i'm running/building a build in docker or running a development environment?
I've tried messing around with the astro.config and environment variables but haven't had much luck