Commit 1d27c475fcaaa9752bc5b212598c6b26ac4aa14a
Update README
Anders Rune Jensen authored on 8/19/2018, 7:10:34 PMHenry committed on 9/4/2018, 9:56:26 AM
Parent: 99c877616015d77c9b56ab43e89e74f38c18e7fe
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -26,8 +26,10 @@ | ||
26 | 26 … | * `gossip.connections` *(number)* How many other nodes to connect with at one time. Defaults to `2`. |
27 | 27 … | * `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`. |
28 | 28 … | * `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 `[]`. |
29 | 29 … | * `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 | |
30 | 32 … | |
31 | 33 … | 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. |
32 | 34 … | |
33 | 35 … | ## License |
Built with git-ssb-web