Module: skyring/conf

Configuration options for skyring. See module:keef on ways to pass configuration

Properties:
Name Type Argument Default Description
seeds String | Array.<String> <optional>
127.0.0.1:3455,127.0.0.1:3456

A list of seed nodes to use for bootstrapping a ring cluster

channel Object
Properties
Name Type Argument Default Description
host String <optional>
127.0.0.1

hostname or ip addres for tchannel to listen on

port Number <optional>
3455

Port number for tchannel to bind to

PORT Number <optional>
3000

The port number for the http API server to bind to

nats Object

Nats queue specific configuration

Properties
Name Type Argument Default Description
hosts String | Array.<String> <optional>
127.0.0.1:4222

host:port of instances of a nats cluster. One is usually enough.

options.storage Object <optional>

Storage config options for level db

Properties
Name Type Argument Default Description
backend Array.<String> <optional>
memdown

a requireable module name, or absolute path to a leveldb compatible backend leveldown and memdown are installed by default

path String

A directory path to a leveldb instance. One will be created if it doesn't already exist.

Since:
  • 1.0.0
Author:
  • Eric Satterwhite
Source: