commit
3d159f64dc
@ -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,
|
||||||
|
|
||||||
@ -28,9 +28,10 @@ module.exports = {
|
|||||||
|
|
||||||
//
|
//
|
||||||
// Set the local IP to bind to.
|
// Set the local IP to bind to.
|
||||||
|
// To listen on all IPs, set to undefined.
|
||||||
//
|
//
|
||||||
// @type string
|
// @type string
|
||||||
// @default "0.0.0.0"
|
// @default undefined
|
||||||
//
|
//
|
||||||
bind: undefined,
|
bind: undefined,
|
||||||
|
|
||||||
@ -60,7 +61,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