allReady
allReady copied to clipboard
Mobile-App: api url is hard-coded
The api url is hard coded into the mobile app's services. My suggested solution is to create a set of gulp tasks to swap the api url between the localhost and the deployment urls. Would need to make sure it works for all environments (localhost, dev, prod, etc).
Acceptance Criteria:
- Able to change from localhost to dev
- Able to change from localhost to prod
- Able to change from dev to localhost
- Able to change from prod to localhost
- CI Build runs the appropriate config change for the environment it is deploying to
I am working on this
related to https://github.com/HTBox/allReady/issues/1097