You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a service that will provide config info at runtime.
The idea for this came from the _environment files in each Ionic based app. I'd rather not store the IP addresses for our backend servers in our repo. We need an environmentService that will return the IP address/URL of the backend API for the environment we are running in.
That same service would work to return any runtime config info we might need. It'd be like a big key-value map attached to an REST API.
The text was updated successfully, but these errors were encountered:
haxwell
changed the title
Researc
Research Config Services for Environment based info
Jan 23, 2020
haxwell
changed the title
Research Config Services for Environment based info
SPIKE: Config Services for Environment based info
Jan 27, 2020
We need a service that will provide config info at runtime.
The idea for this came from the _environment files in each Ionic based app. I'd rather not store the IP addresses for our backend servers in our repo. We need an
environmentService
that will return the IP address/URL of the backend API for the environment we are running in.That same service would work to return any runtime config info we might need. It'd be like a big key-value map attached to an REST API.
The text was updated successfully, but these errors were encountered: