Files
NodeBB/install/data/defaults.json

121 lines
3.7 KiB
JSON
Raw Normal View History

2015-05-23 22:11:20 -04:00
{
"title": "NodeBB",
"showSiteTitle": 1,
"defaultLang": "en-GB",
"loginDays": 14,
"loginSeconds": 0,
"loginAttempts": 5,
2018-10-22 19:31:27 -04:00
"lockoutDuration": 60,
"adminReloginDuration": 60,
2015-05-23 22:11:20 -04:00
"postDelay": 10,
"initialPostDelay": 10,
"newbiePostDelay": 120,
"postEditDuration": 0,
"postDeleteDuration": 0,
"enablePostHistory": 1,
2018-11-07 15:06:36 -05:00
"postCacheSize": 10485760,
"disableChat": 0,
"chatEditDuration": 0,
"chatDeleteDuration": 0,
"chatMessageDelay": 200,
2015-05-23 22:11:20 -04:00
"newbiePostDelayThreshold": 3,
"minimumPostLength": 8,
"maximumPostLength": 32767,
"minimumTagsPerTopic": 0,
"maximumTagsPerTopic": 5,
"minimumTagLength": 3,
"maximumTagLength": 15,
2015-05-23 22:11:20 -04:00
"allowTopicsThumbnail": 0,
2015-06-27 21:26:19 -04:00
"registrationType": "normal",
2015-05-23 22:11:20 -04:00
"allowAccountDelete": 1,
"allowFileUploads": 0,
2017-04-14 12:59:36 -04:00
"allowedFileExtensions": "png,jpg,bmp",
2015-09-17 15:31:05 -04:00
"allowUserHomePage": 1,
"allowMultipleBadges": 0,
2015-05-23 22:11:20 -04:00
"maximumFileSize": 2048,
2018-10-24 20:03:03 -04:00
"resizeImageWidthThreshold": 2000,
"resizeImageWidth": 760,
"rejectImageWidth": 5000,
"rejectImageHeight": 5000,
2018-10-24 20:03:03 -04:00
"resizeImageQuality": 80,
"topicThumbSize": 120,
2015-05-23 22:11:20 -04:00
"minimumTitleLength": 3,
"maximumTitleLength": 255,
"minimumUsernameLength": 2,
"maximumUsernameLength": 16,
"minimumPasswordLength": 6,
"minimumPasswordStrength": 1,
2015-05-23 22:11:20 -04:00
"maximumSignatureLength": 255,
"maximumAboutMeLength": 1000,
"maximumUsersInChatRoom": 0,
"maximumChatMessageLength": 1000,
2015-05-23 22:11:20 -04:00
"maximumProfileImageSize": 256,
"maximumCoverImageSize": 2048,
2017-04-22 19:07:57 -04:00
"profileImageDimension": 200,
"profile:convertProfileImageToPNG": 0,
"profile:keepAllUserImages": 0,
2015-05-23 22:11:20 -04:00
"requireEmailConfirmation": 0,
"gdpr_enabled": 1,
2016-02-10 12:53:39 +02:00
"allowProfileImageUploads": 1,
"teaserPost": "last-reply",
"allowPrivateGroups": 1,
"allowGroupCreation": 0,
"unreadCutoff": 2,
2016-04-30 10:47:28 +03:00
"bookmarkThreshold": 5,
2017-11-29 14:04:45 -05:00
"autoDetectLang": 1,
"reputation:disabled": 0,
"downvote:disabled": 0,
"disableSignatures": 0,
2018-12-01 16:59:20 -05:00
"min:rep:downvote": 0,
2018-02-14 11:53:51 -05:00
"min:rep:flag": 0,
"min:rep:profile-picture": 0,
"min:rep:cover-picture": 0,
"min:rep:website": 0,
"min:rep:aboutme": 0,
"min:rep:signature": 0,
2018-02-14 11:53:51 -05:00
"notificationType_upvote": "notification",
"notificationType_new-topic": "notification",
"notificationType_new-reply": "notification",
"notificationType_follow": "notification",
"notificationType_new-chat": "notification",
"notificationType_group-invite": "notification",
2018-04-02 12:48:22 -04:00
"notificationType_mention": "notification",
"notificationType_new-register": "notification",
"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,
"preventTopicDeleteAfterReplies": 0,
2018-11-19 15:14:39 -05:00
"feeds:disableSitemap": 0,
"sitemapTopics": 500,
"maintenanceMode": 0,
"votesArePublic": 0,
"maximumInvites": 0,
"username:disableEdit": 0,
"email:disableEdit": 0,
"hideFullname": 0,
"allowGuestHandles": 0,
"disableRecentCategoryFilter": 0,
"maximumRelatedTopics": 0,
"disableEmailSubscriptions": 0,
"emailConfirmInterval": 10,
"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,
"eventLoopLagThreshold": 100,
2018-10-29 12:18:11 -04:00
"eventLoopInterval": 500,
2018-11-14 13:53:35 -05:00
"onlineCutoff": 30,
"timeagoCutoff": 30,
"categoryWatchState": "watching"
}