Hi Guys, Was hoping I could get some clarity about a couple EAK files, specifically config/environments/production.js and config/environments/development.js. My API endpoint is different for each of those environment and I would like to customize them accordingly. Currently I’m using the proxyURL property in package.json to dictate where the API is. Any thoughts on what property needs to be defined in the above files to direct my Ember app to those endpoints for requests?
Thanks!