We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This makes it much easier to run inside a docker container.
The text was updated successfully, but these errors were encountered:
I want to resolve this issue. Is there any suggestion to do this task.
Sorry, something went wrong.
Take a look around https://github.com/oauth-io/oauthd/blob/master/src/core/config.coffee. Something like this should do the trick (L11):
config.host_url = config.host_url or process.env['OAUTHD_HOST_URL'] config.port = config.port or process.env['OAUTHD_PORT'] # etc...
https://github.com/oauth-io/oauthd/wiki/Configuration
Thanks for investigating the issue !
Thanks @thyb I have got it. How can I start it? Will you make a separate branch for me?
You can fork this repo, work from your branch (with the name you wish) and PR your change: cf https://yangsu.github.io/pull-request-tutorial/
No branches or pull requests
This makes it much easier to run inside a docker container.
The text was updated successfully, but these errors were encountered: