Thanks!
I have branch-specific configurations, such as different API endpoints for DEV, TEST, and PROD environments, along with other environment-specific settings.
What’s the best practice for managing these configurations so that, for example, the dev branch connects to dev APIs, the test branch to test APIs, and so on?
Appreciate any insights!