ssbc / ssb-config

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

fix offline config #75

Closed mixmix closed 3 years ago

mixmix commented 3 years ago

The PR fixes a problem where host + port are undefined (even if they were set) on a machine which does not have a network connection. This was breaking the "works offline" promise some!

I've also updated the tests to check that ssb-config works with the current secret-stack (checked with scuttle-testbot).