You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.7 KiB
JSON
55 lines
1.7 KiB
JSON
{
|
|
"title": "NodeBB",
|
|
"showSiteTitle": 1,
|
|
"postDelay": 10,
|
|
"initialPostDelay": 10,
|
|
"newbiePostDelay": 120,
|
|
"newbiePostDelayThreshold": 3,
|
|
"minimumPostLength": 8,
|
|
"maximumPostLength": 32767,
|
|
"minimumTagsPerTopic": 0,
|
|
"maximumTagsPerTopic": 5,
|
|
"minimumTagLength": 3,
|
|
"maximumTagLength": 15,
|
|
"allowGuestSearching": 0,
|
|
"allowTopicsThumbnail": 0,
|
|
"registrationType": "normal",
|
|
"allowLocalLogin": 1,
|
|
"allowAccountDelete": 1,
|
|
"allowFileUploads": 0,
|
|
"allowedFileExtensions": "png,jpg,bmp",
|
|
"allowUserHomePage": 1,
|
|
"maximumFileSize": 2048,
|
|
"minimumTitleLength": 3,
|
|
"maximumTitleLength": 255,
|
|
"minimumUsernameLength": 2,
|
|
"maximumUsernameLength": 16,
|
|
"minimumPasswordLength": 6,
|
|
"maximumSignatureLength": 255,
|
|
"maximumAboutMeLength": 1000,
|
|
"maximumChatMessageLength": 1000,
|
|
"maximumProfileImageSize": 256,
|
|
"maximumCoverImageSize": 2048,
|
|
"profileImageDimension": 200,
|
|
"requireEmailConfirmation": 0,
|
|
"allowProfileImageUploads": 1,
|
|
"teaserPost": "last-reply",
|
|
"allowPrivateGroups": 1,
|
|
"unreadCutoff": 2,
|
|
"bookmarkThreshold": 5,
|
|
"topicsPerList": 20,
|
|
"autoDetectLang": 1,
|
|
"min:rep:flag": 0,
|
|
"notificationType_upvote": "notification",
|
|
"notificationType_new-topic": "notification",
|
|
"notificationType_new-reply": "notification",
|
|
"notificationType_follow": "notification",
|
|
"notificationType_new-chat": "notification",
|
|
"notificationType_group-invite": "notification",
|
|
"notificationType_mention": "notification",
|
|
"notificationType_new-register": "notification",
|
|
"notificationType_post-queue": "notification",
|
|
"notificationType_new-post-flag": "notification",
|
|
"notificationType_new-user-flag": "notification"
|
|
}
|