I see with Netlify it’s possible to have every branch become it’s own staging. Currently on our non-Netlify sites we have a separate url/database that staging pulls data from, different than production. Is it possible somehow to set a different variable for staging branches?
Example:
example pulls from api.example
staging–example.com (or any auto test url) pulls from dev.api.example.com