mirror of
https://github.com/thelounge/thelounge
synced 2024-11-11 07:04:18 +00:00
Fix comments in config file
This commit is contained in:
parent
30b8a419cd
commit
df1e7ad3a3
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in a new issue