ssbc / ssb-config

standard configuration for ssb
MIT License
23 stars 18 forks source link

Remove non private ip #52

Closed christianbundy closed 4 years ago

christianbundy commented 5 years ago

We want to bind on all possible interfaces unless explicitly configured otherwise. This may resolve an issue where ssb-ws wasn't correctly binding to the localhost IP.

See: ssbc/patchwork#1024

Also replaces os-homedir (deprecated) with os.homedir().