The (.NET) CIL reads the connection settings for the discovery service from an app.config or web.config. Typically this will consist of:
- discovery-service-uri
- oauth-enabled
- oauth-client-id
- oauth-client-secret
It would be great if we could use environment variables for these values (as shown here: http://stackoverflow.com/a/29416404/866454) instead of having to enter this information in the config files.