Updated Configuration (markdown)

ME1312 2020-06-27 05:40:58 -04:00
parent 967705f6f1
commit a4fcd2fc02

@ -100,7 +100,7 @@ Hosts:
'~':
Enabled: true
Display: 'Default'
Driver: 'BUILT-IN'
Driver: 'VIRTUAL'
Address: '127.0.0.1'
Port-Range: 25500-25559
Directory: './SubServers/Servers'
@ -112,7 +112,7 @@ Hosts:
&nbsp; &nbsp; &nbsp; &nbsp; `Enabled` **[Boolean]**: Whether this host is enabled<br>
&nbsp; &nbsp; &nbsp; &nbsp; `Display` **[String]** (Optional): Set the display name for of host<br>
&nbsp; &nbsp; &nbsp; &nbsp; `Driver` **[Enum Value]**: Set which driver this host should use. Valid values include, but are not limited to:<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; **->** `BUILT-IN`: For hosting servers from the same machine<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; **->** `VIRTUAL`: For hosting servers from the same machine<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; **->** `NETWORK`: For use with SubServers.Host<br>
&nbsp; &nbsp; &nbsp; &nbsp; `Address` **[Address]**: The address of this host. All subservers on this host will use this address.<br>
&nbsp; &nbsp; &nbsp; &nbsp; `Port-Range` **[Integer Range]**: A range of ports to be auto selected from when no port number is supplied to SubCreator<br>