Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[remote_v2] ability to load configuration from custom path #323

Merged
merged 1 commit into from
Mar 21, 2017

Conversation

mikz
Copy link
Contributor

@mikz mikz commented Mar 21, 2017

so custom web service can be used to deliver the configuration

closes #228

if you set THREESCALE_PORTAL_ENDPOINT for example to http://example.com/some/path it is going to try to load configuration from http://example.com/some/path/${THREESCALE_DEPLOYMENT_ENV}.json?host=${request_host}.

If nothing is found it is going to try continue as usual.

so custom web service can be used to deliver the configuration
@mikz mikz force-pushed the configuration-from-direct-url branch from e399b89 to 44e3c6a Compare March 21, 2017 09:26
@mikz mikz merged commit e447e53 into master Mar 21, 2017
@mikz mikz deleted the configuration-from-direct-url branch March 21, 2017 10:01
@mikz mikz removed the in progress label Mar 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support passing exact url as the endpoint in the V2 loader
2 participants