Fix comments in config file

This commit is contained in:
Jordan Day 2016-02-09 08:07:50 -06:00
parent 30b8a419cd
commit df1e7ad3a3

View File

@ -6,7 +6,7 @@ module.exports = {
// Set to 'false' to enable users.
//
// @type boolean
// @default false
// @default true
//
public: true,
@ -30,7 +30,7 @@ module.exports = {
// Set the local IP to bind to.
//
// @type string
// @default "0.0.0.0"
// @default undefined
//
bind: undefined,
@ -60,7 +60,7 @@ module.exports = {
// URLs posted in channels.
//
// @type boolean
// @default true
// @default false
//
prefetch: false,