I would like to know, that is the standard ionic way of having different configurations for different environments.
For an example,
When I test my app, all the http requests in my Providers are pointing to my staging / local api end point.
When I go for production, those should be pointed to the production url endpoint.
I’m coming from a ruby/rails background and in rails we have basic 3 different environments (development / testing / production) to have different config options.
Just wanted to get an advise from more experience ppl than me , thanks in advance.