1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/thelounge_ynh.git synced 2024-09-03 20:35:54 +02:00

Update config.js

Delete obsolete entries
This commit is contained in:
ericgaspar 2020-08-21 11:24:11 +02:00
parent a45b16ddc2
commit a37651a044
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -97,16 +97,6 @@ module.exports = {
//
prefetchMaxImageSize: 2048,
//
// Display network
//
// If set to false network settings will not be shown in the login form.
//
// @type boolean
// @default true
//
displayNetwork: true,
//
// Lock network
//
@ -161,33 +151,6 @@ module.exports = {
//
messageStorage: ["sqlite"],
//
// Log settings
//
// Logging has to be enabled per user. If enabled, logs will be stored in
// the 'logs/<user>/<network>/' folder.
//
// @type object
// @default {}
//
logs: {
//
// Timestamp format
//
// @type string
// @default "YYYY-MM-DD HH:mm:ss"
//
format: "YYYY-MM-DD HH:mm:ss",
//
// Timezone
//
// @type string
// @default "UTC+00:00"
//
timezone: "UTC+00:00",
},
//
// Maximum number of history lines per channel
//
@ -266,7 +229,7 @@ module.exports = {
// @type string
// @default "thelounge%%"
//
nick: "thelounge%%",
nick: "ynhuser|%%%%%",
//
// Username
@ -291,7 +254,7 @@ module.exports = {
// @type string
// @default "#thelounge"
//
join: "#thelounge",
join: "#yunohost",
},
//