Merge pull request #1 from FryDay/master

Fix comments in config file
This commit is contained in:
Alistair McKinlay 2016-02-13 09:37:47 +00:00
commit 3d159f64dc
1 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@ module.exports = {
// Set to 'false' to enable users.
//
// @type boolean
// @default false
// @default true
//
public: true,
@ -28,9 +28,10 @@ module.exports = {
//
// Set the local IP to bind to.
// To listen on all IPs, set to undefined.
//
// @type string
// @default "0.0.0.0"
// @default undefined
//
bind: undefined,
@ -60,7 +61,7 @@ module.exports = {
// URLs posted in channels.
//
// @type boolean
// @default true
// @default false
//
prefetch: false,