git ssb

2+

cel / scuttlebot.io



Tree: 0a217d176c893207ab114fbf3064f6bde23ec916

Files: 0a217d176c893207ab114fbf3064f6bde23ec916 / tmpl / docs / config / configure-scuttlebot.md

1319 bytesRaw

Configure Scuttlebot

Scuttlebot keeps all data and configuration in the ~/.ssb directory.

Configuration is stored in ~/.ssb/config, which is a JSON file:

{
  "host": "",
  "port": 8008,
  "timeout": 30000,
  "pub": true,
  "local": true,
  friends: {
    "dunbar": 150,
    "hops": 3
  },
  "gossip": {
    "connections": 2
  }
}

You can also specify config flags in the sbot server call. For example:

sbot server --port 1234 --timeout 500

The options:

Built with git-ssb-web