This is surprisingly hard to find in the documentation. I want to use a different base_url
for my API endpoint for every Cargo profile. So, —-profile=debug
will use https://localhost:3000, and —-profile=release
will use https://api.cooldomain.io/ or something like that.
Any pointers?