git ssb

2+

cel / scuttlebot.io



Tree: 2b3708ff390cc334653a3a9ff0f511f866423af7

Files: 2b3708ff390cc334653a3a9ff0f511f866423af7 / tmpl / docs / config / get-active-config.md

456 bytesRaw

Get active Scuttlebot config

To see what config options Scuttlebot is currently using, run:

$ sbot config
{
  "host": "",
  "port": 8008,
  "timeout": 30000,
  "pub": true,
  "local": true,
  "friends": {
    "dunbar": 150,
    "hops": 3
  },
  "gossip": {
    "connections": 2,
    "seeds": [
      "slip.space:8008:@0GLMsG6IgXdv+GjG0U5UnZlwxHnomlfmrlWugx8i4dg=.ed25519"
    ]
  },
  "path": "/Users/bob/.ssb",
  "_": [
    "config"
  ]
}

Built with git-ssb-web