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
See
noma/noma/config.py
Line 49 in 6aabac8
Remove 192.168.83.33:10009 and replace it with 127.0.0.1:10009
The text was updated successfully, but these errors were encountered:
Good catch, this IP is only useful for Vagrant
Sorry, something went wrong.
@nolim1t Just noticed removing the IP will break the lndconnectstring function on Vagrant.
I’m thinking it might be better to print both localhost and vagrant‘s static IP
Detecting the actual network IP will be tricky behind docker and VMs
how about rewriting that file in install.sh to whats in ifconfig before installing?
install.sh
Ideally its a config file anyway and should be documented that it can be changed.
Maybe have it print localhost
AnotherDroog
No branches or pull requests
See
noma/noma/config.py
Line 49 in 6aabac8
Remove 192.168.83.33:10009 and replace it with 127.0.0.1:10009
The text was updated successfully, but these errors were encountered: