git ssb

1+

Dominic / ssb-config



Commit 1d27c475fcaaa9752bc5b212598c6b26ac4aa14a

Update README

Anders Rune Jensen authored on 8/19/2018, 7:10:34 PM
Henry committed on 9/4/2018, 9:56:26 AM
Parent: 99c877616015d77c9b56ab43e89e74f38c18e7fe

Files changed

README.mdchanged
README.mdView
@@ -26,8 +26,10 @@
2626 * `gossip.connections` *(number)* How many other nodes to connect with at one time. Defaults to `2`.
2727 * `path` *(string)* Path to the application data folder, which contains the private key, message attachment data (blobs) and the leveldb backend. Defaults to `$HOME/.ssb`.
2828 * `master` *(array)* Pubkeys of users who, if they connect to the Scuttlebot instance, are allowed to command the primary user with full rights. Useful for remotely operating a pub. Defaults to `[]`.
2929 * `logging.level` *(string)* How verbose should the logging be. Possible values are error, warning, notice, and info. Defaults to `notice`.
30 +* `connections.incoming` *(array)* Incoming transports and transformations to listen on
31 +* `connections.outgoing` *(array)* Outgoing transports and transformations to connect using
3032
3133 There are some configuration options for the sysadmins out there. All configuration is loaded via [`rc`](https://github.com/dominictarr/rc). You can pass any configuration value in as cli arg, env var, or in a file.
3234
3335 ## License

Built with git-ssb-web