Skip to content

Commit

Permalink
Turn modules into a mapping.
Browse files Browse the repository at this point in the history
  • Loading branch information
dworkin committed Oct 6, 2014
1 parent 8ea4b7c commit 3eb28c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Introduction
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,10 @@ binary_port mapping A mapping containing host:port pairs, where the host
number number is a port on which to accept raw TCP/IP
connections. Alternatively, a binary port number.
directory string The base directory for the system.
modules string* An array of runtime extension modules (optional).
modules mapping A mapping containing module:config pairs, where the
module string is the path of a runtime extension
module, and the config string is used to initialize it.
(optional)
users number The maximum number of active telnet and binary
connections.
editors number The maximum number of simultaneously active
Expand Down

0 comments on commit 3eb28c6

Please sign in to comment.