2015-05-23 22:11:20 -04:00
|
|
|
{
|
|
|
|
|
"title": "NodeBB",
|
|
|
|
|
"showSiteTitle": 1,
|
2018-10-22 20:59:13 -04:00
|
|
|
"defaultLang": "en-GB",
|
2018-10-21 16:47:51 -04:00
|
|
|
"loginDays": 14,
|
|
|
|
|
"loginSeconds": 0,
|
|
|
|
|
"loginAttempts": 5,
|
2018-10-22 19:31:27 -04:00
|
|
|
"lockoutDuration": 60,
|
2018-10-21 16:47:51 -04:00
|
|
|
"adminReloginDuration": 60,
|
2015-05-23 22:11:20 -04:00
|
|
|
"postDelay": 10,
|
|
|
|
|
"initialPostDelay": 10,
|
|
|
|
|
"newbiePostDelay": 120,
|
2018-10-21 16:47:51 -04:00
|
|
|
"postEditDuration": 0,
|
2019-07-30 13:03:01 -04:00
|
|
|
"newbiePostEditDuration": 3600,
|
2018-10-21 16:47:51 -04:00
|
|
|
"postDeleteDuration": 0,
|
|
|
|
|
"enablePostHistory": 1,
|
2018-11-07 15:06:36 -05:00
|
|
|
"postCacheSize": 10485760,
|
2018-10-21 16:47:51 -04:00
|
|
|
"disableChat": 0,
|
|
|
|
|
"chatEditDuration": 0,
|
|
|
|
|
"chatDeleteDuration": 0,
|
|
|
|
|
"chatMessageDelay": 200,
|
2015-05-23 22:11:20 -04:00
|
|
|
"newbiePostDelayThreshold": 3,
|
2019-07-29 18:26:29 -04:00
|
|
|
"postQueueReputationThreshold": 0,
|
2019-10-28 14:36:14 -04:00
|
|
|
"groupsExemptFromPostQueue": ["administrators", "Global Moderators"],
|
2015-05-23 22:11:20 -04:00
|
|
|
"minimumPostLength": 8,
|
|
|
|
|
"maximumPostLength": 32767,
|
2015-07-20 12:30:42 -04:00
|
|
|
"minimumTagsPerTopic": 0,
|
|
|
|
|
"maximumTagsPerTopic": 5,
|
2016-04-22 18:01:39 +00:00
|
|
|
"minimumTagLength": 3,
|
|
|
|
|
"maximumTagLength": 15,
|
2015-05-23 22:11:20 -04:00
|
|
|
"allowTopicsThumbnail": 0,
|
2015-06-27 21:26:19 -04:00
|
|
|
"registrationType": "normal",
|
2019-06-04 11:10:20 -04:00
|
|
|
"registrationApprovalType": "normal",
|
2015-05-23 22:11:20 -04:00
|
|
|
"allowAccountDelete": 1,
|
2019-09-10 18:01:37 -04:00
|
|
|
"privateUploads": 0,
|
2020-05-21 15:44:49 -04:00
|
|
|
"allowedFileExtensions": "png,jpg,bmp,txt",
|
2015-09-17 15:31:05 -04:00
|
|
|
"allowUserHomePage": 1,
|
2018-10-21 16:47:51 -04:00
|
|
|
"allowMultipleBadges": 0,
|
2015-05-23 22:11:20 -04:00
|
|
|
"maximumFileSize": 2048,
|
2019-05-23 20:38:49 -04:00
|
|
|
"stripEXIFData": 1,
|
2018-10-24 20:03:03 -04:00
|
|
|
"resizeImageWidthThreshold": 2000,
|
|
|
|
|
"resizeImageWidth": 760,
|
2018-10-21 16:47:51 -04:00
|
|
|
"rejectImageWidth": 5000,
|
|
|
|
|
"rejectImageHeight": 5000,
|
2018-10-24 20:03:03 -04:00
|
|
|
"resizeImageQuality": 80,
|
2018-10-21 16:47:51 -04:00
|
|
|
"topicThumbSize": 120,
|
2015-05-23 22:11:20 -04:00
|
|
|
"minimumTitleLength": 3,
|
|
|
|
|
"maximumTitleLength": 255,
|
|
|
|
|
"minimumUsernameLength": 2,
|
|
|
|
|
"maximumUsernameLength": 16,
|
|
|
|
|
"minimumPasswordLength": 6,
|
2018-10-21 16:47:51 -04:00
|
|
|
"minimumPasswordStrength": 1,
|
2015-05-23 22:11:20 -04:00
|
|
|
"maximumSignatureLength": 255,
|
|
|
|
|
"maximumAboutMeLength": 1000,
|
2018-10-21 16:47:51 -04:00
|
|
|
"maximumUsersInChatRoom": 0,
|
2018-03-11 17:41:04 +02:00
|
|
|
"maximumChatMessageLength": 1000,
|
2015-05-23 22:11:20 -04:00
|
|
|
"maximumProfileImageSize": 256,
|
2015-11-07 18:34:40 -05:00
|
|
|
"maximumCoverImageSize": 2048,
|
2017-04-22 19:07:57 -04:00
|
|
|
"profileImageDimension": 200,
|
2018-10-21 16:47:51 -04:00
|
|
|
"profile:convertProfileImageToPNG": 0,
|
|
|
|
|
"profile:keepAllUserImages": 0,
|
2015-05-23 22:11:20 -04:00
|
|
|
"requireEmailConfirmation": 0,
|
2018-10-26 15:20:57 -04:00
|
|
|
"gdpr_enabled": 1,
|
2016-02-10 12:53:39 +02:00
|
|
|
"allowProfileImageUploads": 1,
|
2016-04-28 11:52:05 -04:00
|
|
|
"teaserPost": "last-reply",
|
2016-04-22 18:01:39 +00:00
|
|
|
"allowPrivateGroups": 1,
|
|
|
|
|
"unreadCutoff": 2,
|
2016-04-30 10:47:28 +03:00
|
|
|
"bookmarkThreshold": 5,
|
2017-11-29 14:04:45 -05:00
|
|
|
"autoDetectLang": 1,
|
2018-10-21 16:47:51 -04:00
|
|
|
"reputation:disabled": 0,
|
|
|
|
|
"downvote:disabled": 0,
|
|
|
|
|
"disableSignatures": 0,
|
2020-07-09 12:51:05 -04:00
|
|
|
"downvotesPerDay": 10,
|
|
|
|
|
"downvotesPerUserPerDay": 3,
|
2018-12-01 16:59:20 -05:00
|
|
|
"min:rep:downvote": 0,
|
2018-02-14 11:53:51 -05:00
|
|
|
"min:rep:flag": 0,
|
2018-10-21 16:47:51 -04:00
|
|
|
"min:rep:profile-picture": 0,
|
|
|
|
|
"min:rep:cover-picture": 0,
|
|
|
|
|
"min:rep:website": 0,
|
|
|
|
|
"min:rep:aboutme": 0,
|
|
|
|
|
"min:rep:signature": 0,
|
2020-07-15 17:06:49 -04:00
|
|
|
"flags:limitPerTarget": 0,
|
2018-02-14 11:53:51 -05:00
|
|
|
"notificationType_upvote": "notification",
|
|
|
|
|
"notificationType_new-topic": "notification",
|
|
|
|
|
"notificationType_new-reply": "notification",
|
2020-05-10 22:21:32 -04:00
|
|
|
"notificationType_post-edit": "notification",
|
2018-02-14 11:53:51 -05:00
|
|
|
"notificationType_follow": "notification",
|
|
|
|
|
"notificationType_new-chat": "notification",
|
2020-11-17 12:52:02 -05:00
|
|
|
"notificationType_new-group-chat": "notification",
|
2018-03-27 17:01:51 -04:00
|
|
|
"notificationType_group-invite": "notification",
|
2020-05-10 22:21:32 -04:00
|
|
|
"notificationType_group-request-membership": "notification",
|
2018-04-02 12:48:22 -04:00
|
|
|
"notificationType_mention": "notification",
|
|
|
|
|
"notificationType_new-register": "notification",
|
2018-10-21 16:47:51 -04:00
|
|
|
"notificationType_post-queue": "notification",
|
|
|
|
|
"notificationType_new-post-flag": "notification",
|
|
|
|
|
"notificationType_new-user-flag": "notification",
|
|
|
|
|
"topicStaleDays": 60,
|
|
|
|
|
"maxTopicsPerPage": 20,
|
|
|
|
|
"maxPostsPerPage": 20,
|
|
|
|
|
"topicsPerPage": 20,
|
|
|
|
|
"postsPerPage": 20,
|
|
|
|
|
"userSearchResultsPerPage": 50,
|
|
|
|
|
"maximumGroupNameLength": 255,
|
2019-02-06 15:31:56 -05:00
|
|
|
"maximumGroupTitleLength": 40,
|
2018-10-21 16:47:51 -04:00
|
|
|
"preventTopicDeleteAfterReplies": 0,
|
2018-11-19 15:14:39 -05:00
|
|
|
"feeds:disableSitemap": 0,
|
2018-10-21 16:47:51 -04:00
|
|
|
"sitemapTopics": 500,
|
|
|
|
|
"maintenanceMode": 0,
|
2019-05-09 14:49:38 -04:00
|
|
|
"maintenanceModeStatus": 503,
|
2018-10-21 16:47:51 -04:00
|
|
|
"votesArePublic": 0,
|
|
|
|
|
"maximumInvites": 0,
|
|
|
|
|
"username:disableEdit": 0,
|
|
|
|
|
"email:disableEdit": 0,
|
2020-08-26 10:46:59 -04:00
|
|
|
"email:smtpTransport:pool": false,
|
2018-10-21 16:47:51 -04:00
|
|
|
"hideFullname": 0,
|
2020-04-23 21:50:08 -04:00
|
|
|
"hideEmail": 0,
|
2018-10-21 16:47:51 -04:00
|
|
|
"allowGuestHandles": 0,
|
2020-11-05 20:52:43 -05:00
|
|
|
"guestsIncrementTopicViews": 1,
|
2020-11-17 22:11:39 -05:00
|
|
|
"allowGuestReplyNotifications": 1,
|
2020-11-05 20:52:43 -05:00
|
|
|
"incrementTopicViewsInterval": 60,
|
2020-06-27 18:11:27 -04:00
|
|
|
"recentMaxTopics": 200,
|
2018-10-21 16:47:51 -04:00
|
|
|
"disableRecentCategoryFilter": 0,
|
|
|
|
|
"maximumRelatedTopics": 0,
|
|
|
|
|
"disableEmailSubscriptions": 0,
|
|
|
|
|
"emailConfirmInterval": 10,
|
2020-11-17 22:42:08 -05:00
|
|
|
"removeEmailNotificationImages": 0,
|
2018-10-21 16:47:51 -04:00
|
|
|
"inviteExpiration": 7,
|
|
|
|
|
"digestHour": 17,
|
|
|
|
|
"passwordExpiryDays": 0,
|
|
|
|
|
"hsts-maxage": 31536000,
|
|
|
|
|
"hsts-subdomains": 0,
|
|
|
|
|
"hsts-preload": 0,
|
|
|
|
|
"hsts-enabled": 0,
|
2018-11-12 00:20:44 -05:00
|
|
|
"eventLoopCheckEnabled": 1,
|
2018-10-21 16:47:51 -04:00
|
|
|
"eventLoopLagThreshold": 100,
|
2018-10-29 12:18:11 -04:00
|
|
|
"eventLoopInterval": 500,
|
2018-11-14 13:53:35 -05:00
|
|
|
"onlineCutoff": 30,
|
2018-12-14 16:24:17 -05:00
|
|
|
"timeagoCutoff": 30,
|
2019-12-03 12:11:39 -05:00
|
|
|
"necroThreshold": 7,
|
2019-06-07 14:10:44 -04:00
|
|
|
"categoryWatchState": "watching",
|
2020-10-08 23:33:18 +02:00
|
|
|
"submitPluginUsage": 1,
|
2020-11-13 04:23:07 +01:00
|
|
|
"showAverageApprovalTime": true,
|
|
|
|
|
"autoApproveTime": 0,
|
2020-10-27 21:40:21 -04:00
|
|
|
"maxUserSessions": 10,
|
2020-11-16 21:31:55 -05:00
|
|
|
"useCompression": 0,
|
|
|
|
|
"updateUrlWithPostIndex": 1
|
2018-10-21 16:47:51 -04:00
|
|
|
}
|