-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Using os.hostname()
not working for users
#160
Comments
So, you’re saying |
It returns a host name that is not resolvable to an IP address. |
So, do we want localhost or 127.0.0.1? I probably also want to make that configurable in the |
Using the IP address should be safer, if less intuitive. |
This is in local? There's a strategy interface for this: |
Yeah, I'm on it. |
os.hostname()
is not working reliably for users. We should uselocalhost
or, if you want to avoid problems with people who do not havelocalhost
configured properly,127.0.0.1
.The text was updated successfully, but these errors were encountered: