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
In the README file, below an example you have this comment:
// config.data => ['127.0.0.1', '0.0.0.0']
but it seems that it has to be this:
// config.ALLOWED_HOSTS => ['127.0.0.1', '0.0.0.0']
I tried on Runkit too, config.data logs undefined. Or I might be missing something...
config.data
undefined
The text was updated successfully, but these errors were encountered:
Thanks for reporting and yes you are right! Would you like to send a Pull Request to address this issue?
Sorry, something went wrong.
fix: fixes issue fastify#146
711ad1c
The commented result in the example snippet in the README file is corrected.
docs: Resolve the issue fastify#146.
29e345d
docs: Resolve the issue #146. (#149)
f61a444
Successfully merging a pull request may close this issue.
Prerequisites
Issue
In the README file, below an example you have this comment:
but it seems that it has to be this:
I tried on Runkit too,
config.data
logsundefined
. Or I might be missing something...The text was updated successfully, but these errors were encountered: