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
Hi,
Would you please add a 'listen' IP configuration option to AlexaAppServer.start()? For example, in index.js, line 218, add a config.listen variable...
self.express.listen(config.port, config.listen);
This way, users can control the listen IP address for the service. For now we are 'hacking' it by modifying this line to:
self.express.listen(config.port, '149.2.28.245');
Thanks!
The text was updated successfully, but these errors were encountered:
Hi I have no idea what you wanted the person to do but I'm really interested in finding out would you please explain
Sorry, something went wrong.
This is a good idea, PRs welcome.
Closed via PR #37.
tejashah88
No branches or pull requests
Hi,
Would you please add a 'listen' IP configuration option to AlexaAppServer.start()? For example, in index.js, line 218, add a config.listen variable...
self.express.listen(config.port, config.listen);
This way, users can control the listen IP address for the service. For now we are 'hacking' it by modifying this line to:
self.express.listen(config.port, '149.2.28.245');
Thanks!
The text was updated successfully, but these errors were encountered: