Fix comments in config file
This commit is contained in:
parent
30b8a419cd
commit
df1e7ad3a3
@ -6,7 +6,7 @@ module.exports = {
|
|||||||
// Set to 'false' to enable users.
|
// Set to 'false' to enable users.
|
||||||
//
|
//
|
||||||
// @type boolean
|
// @type boolean
|
||||||
// @default false
|
// @default true
|
||||||
//
|
//
|
||||||
public: true,
|
public: true,
|
||||||
|
|
||||||
@ -30,7 +30,7 @@ module.exports = {
|
|||||||
// Set the local IP to bind to.
|
// Set the local IP to bind to.
|
||||||
//
|
//
|
||||||
// @type string
|
// @type string
|
||||||
// @default "0.0.0.0"
|
// @default undefined
|
||||||
//
|
//
|
||||||
bind: undefined,
|
bind: undefined,
|
||||||
|
|
||||||
@ -60,7 +60,7 @@ module.exports = {
|
|||||||
// URLs posted in channels.
|
// URLs posted in channels.
|
||||||
//
|
//
|
||||||
// @type boolean
|
// @type boolean
|
||||||
// @default true
|
// @default false
|
||||||
//
|
//
|
||||||
prefetch: false,
|
prefetch: false,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user