ssbc/ssb-config

Name: ssb-config

Owner: Secure Scuttlebutt Consortium

Description: standard configuration for ssb

Created: 2015-02-06 04:25:27.0

Updated: 2018-05-01 18:30:32.0

Pushed: 2017-11-15 05:36:24.0

Homepage: null

Size: 18

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

ssb-config

Configuration module used by scuttlebot.

example
config = require('ssb-config')

 you want to set up a test network, that
esn't collide with main ssb pass the name of that network in.

test_config = require('ssb-config/inject')('testnet', {port: 9999})
u can also pass a second argument, which overrides the default defaults.
Configuration

There are some configuration options for the sysadmins out there. All configuration is loaded via rc. You can pass any configuration value in as cli arg, env var, or in a file.

License

MIT


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.