Open jongio opened 4 years ago
Hi @jongio, 127.0.0.1 is the actually binded host returned from httpServer.address()
even we specific "localhost" when creating Node.js server.
There should no difference for following 2 commands
azurite --oauth basic --cert cert.pfx --pwd azurite --blobHost localhost --queueHost localhost
azurite --oauth basic --cert cert.pfx --pwd azurite
Sure. But it should print the host that the user specified so there no uncertainty.
Run this:
azurite --oauth basic --cert cert.pfx --pwd azurite --blobHost localhost --queueHost localhost
Get this:
Should have localhost, not 127.0.0.1