amazon-archives / aws-cognito-angular-quickstart

An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
https://cognito.budilov.com
Apache License 2.0
689 stars 304 forks source link

binding to 0.0.0.0 #147

Open alfrepo opened 6 years ago

alfrepo commented 6 years ago

I would ask to add a binding to 0.0.0.0. This would make it easier to execute this application in VMs, containers. Without that parameter - the applicaiton would bind to a private network interface and only respond to "localhost", but not to queries to the public ip of the container or vagrant VM.